pls dont install this. needs a proper update.
pls dont install this. needs a proper update.
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.
what permalink structure do u use ?
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 WordPressI'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.
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.
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?
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.
hello every one.
i m new student in wordpress and during making e commerce web i have uploaded hide-login plugin ,when i press activate its show error on page. my web i running in smooth condition but when i try to login my wp-admin then its show same error on blank page. then i try to enter on my theme page login ,its show smooth and i enter the wordpress but when i click on any option just as dashboard ,post,etc then its again show same error.
then i download .htaccess file and open it ,its shows:
# 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
i del these codes and past on it the defult codes:
# 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
and save it and uploaded again on its destination in that folder where the wp installed.
then i reopen my web +wp-admin i will smoothly enter the WP and all the options working as same as previous.mean ok
thanks and sorry for my spell
Akhtar
[Moderated - these forums do not provide support via Skype]
@invisageint: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem - despite any similarity in symptoms - is likely to be completely different.
You must log in to post.