Quantcast
Channel: 500 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2443

Viktor Nagornyy on "[Plugin: iThemes Security (formerly Better WP Security)] 500 Internal Server Error [Urgent help]"

$
0
0

Please check your htaccess file, make sure you have nothing there but the default WP code:

# 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

Issues with htaccess usually cause 500 server error. Hope that helps :)


Viewing all articles
Browse latest Browse all 2443

Trending Articles