PLEASE HELP! Internal Server Error after editing .htaccess
-
hi there,
I’ve edited my htaccess file and now I get the internal server error: danielnoha.de
Tried to delete the existing htaccess file and replaced it with a fresh one, with the following content:
# 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
But that did not help…
Any suggestions? I am really frustrated not to find a solution by myself…
Thx & regards
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PLEASE HELP! Internal Server Error after editing .htaccess’ is closed to new replies.