• Resolved doowles

    (@doowles)


    Hi

    I changed the url from .com/wp-admin to .com/x560JhbVx/

    The old url shows a message ‘This has been disabled’

    The new url gives me a page not found.

    Can someone please advise how I get into my back office now.

    Thanks in advance

    Phil

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can disable the plugin from MYSQL database.

    Login to MYSQL via PHPmyAdmin
    Expand your database and click on wp_options
    Find WPS Hide Login in active plugins and click edit
    Type a:0:{} and click Go
    Login via wp-admin

    To use the plugin are you using Apache or IIS?

    Apache

    In Apache this issue is usually caused by a conflict between WPS Hide Login and another installed plugin.

    IIS

    In IIS URL rewrites are generally required with WordPress to structure permalinks in an appropriate manner.

    If you are using IIS 7 or above, adding the rewrite rule below in you web.config can resolve the issue.

    <?xml version=”1.0″ encoding=”UTF-8″?>

    <configuration>

    <system.webServer>

    <rewrite>

    <rules>

    <rule name=”URLrewrite” stopProcessing=”true”>

    <match url=”.*” />

    <conditions logicalGrouping=”MatchAll”>

    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />

    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />

    </conditions>

    <action type=”Rewrite” url=”index.php” />

    </rule>

    </rules>

    </rewrite>

    </system.webServer>

    </configuration>

    Hi
    I’ve the same problem and in via phpMyAdmin (wp_options) I don’t see the active plugins.
    I put the good words I’ve enter on the plugin (mydomaine.com/mywords) and it doesn’t work…

    How to find the information to change please ?

    knightartorias

    (@knightartorias)

    Hi pendesigned,

    Please check if you are using the correct database and also that you are viewing all the rows in wp-options (SELECT * FROM wp_options).

    Regards

    Arti

    Can someone help me with my account please?! I recently changed my URL and now it won’t let me log into WP admin to change it back. Believe me I have tried EVERYTHING! Downloading Filezilla, PHPADMIN (which doesn’t download on my computer for some reason!), CPanel, youtube videos – everything!! Can someone with a little bit of knowledge please take over for me – I’m willing to provide my details I just really need my blog up and running! My website is bobbyfaye.com – PLEASE!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changed url-Now can’t Login!’ is closed to new replies.