Support » Plugin: Hide Login+ » broken completely.

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author parswp

    (@parswp)

    A proper update, released.

    Hmm, just tried this plugin running WP 3.5.1 and version 3 of the plugin and after installing I get an internal server error on activating the plugin and admin becomes inaccessible.

    Plugin Author parswp

    (@parswp)

    what permalink structure do u use ?

    Plugin Author parswp

    (@parswp)

    and copy/paste ur htaccess ( the parts belongs to wordpress itself ).
    thanks

    I’m using month and name permalink structure.

    .htaccess prior to loading is:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    After loading the plugin it becomes:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteRule ^wp-admin$ %{REQUEST_URI}/ [R=301,L]
    RewriteRule ^wp-admin/(.*?)$ /wp-admin/$1?%{QUERY_STRING} [QSA,L]
    RewriteRule ^login/?$ /wp-login.php [QSA,L]
    RewriteRule ^register/?$ /wp-login.php?action=register [QSA,L]
    RewriteRule ^forgot/?$ /wp-login.php?action=lostpassword [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Plugin Author parswp

    (@parswp)

    I’m not sure about internal server error, but about access admin did u read plugin installation guide ?
    thanks

    Yes.

    The internal server error is almost certainly caused by a problem in .htaccess. Restoring the previous .htaccess enables admin to be accessed again.

    Plugin Author parswp

    (@parswp)

    Is there any installed plugin that plays with your .htaccess file and rules ?

    No – pretty sure that original .htaccess is the default WP install.
    In any case I’ve just tried it again disabling other plugins, same result I’m afraid.

    To add….
    If I comment out this line in the new .htaccess then the Server error disappears:

    RewriteRule ^wp-admin/(.*?)$ /wp-admin/$1?%{QUERY_STRING} [QSA,L]

    Don’t know enough about htaccess to comment further, I’m afraid.

    Plugin Author parswp

    (@parswp)

    What about changing that line to this :
    RewriteRule ^wp\-admin/(.*?)$ /wp\-admin/$1?%{QUERY_STRING} [QSA,L]

    No, that still results in an error. Does it not do so when you test?

    Plugin Author parswp

    (@parswp)

    Being bugs doesn’t mean that no test is performed. However i installed the plugin on a fresh installation of wordpress and on a working-years one.
    No internal error was given.

    OK, I appreciate your efforts. I’ll have to find another solution.

    Just if it helps you, the .htaccess file changes still generate an internal server error even with the plugin completely removed. The server’s running Apache 2.2.23.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘broken completely.’ is closed to new replies.