plugins.php redirects to homepage
-
I used to get an INTERNAL ERROR when clicking on PLUGINS tab in the admin section (plugins.php) trying to activate/deactivate different plugins. I searched the forums and it seems like there was something about the .htaccess file. Edited it with:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressand file permission 644.
Now plugins.php redirects to home page (from admin section to homepage website view) without any error.Can u help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘plugins.php redirects to homepage’ is closed to new replies.