• I’ve installed your plugin but when I try to enter in my wordpress dashboard when I digit http://www.mysiteurl.com I redirected to the same page (www.mysiteurl.com). I changed the htaccess file now I’ve only these rows (exactly lines befor the plugin installation):

    RewriteEngine On #created by aruba do not touch this file!
    #ATTENTION: Remove file index.(php|html|htm)
    RewriteCond %{REQUEST_URI} !^/wordpress
    RewriteRule ^(.*)$ wordpress/$1 [L]

    I removed the plugin from the plugins folder but nothing change. I can’t access to my dashboard buecause I can’t open the wordpress login page.Could you help me?
    Thanks
    Banne

    http://wordpress.org/extend/plugins/hide-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Yes, something is not right, but I don’t think its the plugin as much as it is specific server environments.

    To get your wp-admin back go to your .htaccess file and remove the code they added. That should pop your wp-admin back.

    Tony

    Plugin Author parswp

    (@parswp)

    Most of the same problems is now resolved in the new version. All redirection will do correctly. let me know about how the new version works for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Impossible to open LOGIN PAGE’ is closed to new replies.