• Hello
    First I wish to say what a great plugin this is.
    I have used this for some time, but these last few days I have had issues with the plugin.
    I removed the plugin and uploaded my save back up of the.htaccess, I cached the website and cleared my internet of all cookies and the alike

    So time to install the plugin again. The install works but I can not get on the admin area of my website.
    I get the site and the top menu for WordPress admin, but no admin functions.

    When I look at the .htaccess file, it’s gone back to the previous one.

    My question is.
    How can I remove the previous files so this will be a totally new upload.?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    Your .htaccess file is updated per wp-hide configuration, as the plugin sees a different rewrite data.
    Possibly you disabled the top admin bar through WP Hide > General / HTML > Admin Bar, this is why no options show up on top of the page.

    If customized the admin URL too, try to access it directly instead of the login page, this should put you into the dashboard, once logged in. If for some reason is not working, might be a cache thing, try to comment out ( add a # sign in front of the line) the rewrite lines on your .htaccess file, that create the admin customization and the block ( if set ). This show up similar to the following, presuming your admin URL is new-admin:

    #RewriteCond %{REQUEST_URI} /new-admin$
    #RewriteRule ^(.*)$ /new-admin/ [R=301,L]
    #RewriteRule ^new-admin(.*) /wp-admin$1 [L,QSA]
    #RewriteCond %{ENV:REDIRECT_STATUS} ^$
    #RewriteRule ^wp-admin(.+) /index.php?wph-throw-404 [L]

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘loads previous data when uploaded again’ is closed to new replies.