Hey,
after updating the mod_rewrite-rules of the .htaccess-File by WP Super Cache my site is down with "Error 500 - Internal server error". The error apears on the mainpage AND the adminpage.
I have changed the .htaccess-File to the the old version.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Also I have deactivate the WP Super Cache Plugin manually via FTP (deleting the cache-folder, the php in the plugin folder and the define-rule in the config.php), but there are no changes.
Someone have an idea how to change it? Whats wrong with my site?
Site: http://www.tangermuender-ruderclub.de
Thanks for help.