Jan: mod_rewrite führt zum Internal Server Error

Beitrag lesen

Hi,

ich möchte auf meinem Apache-Server das mod_rewrite nutzen. Sobald ich aber eine .htaccess-Datei anlege in deren erste Zeile ich "RewriteEngine on" schreibe, lässt sich über die URL nichts mehr aufrufen und überall kommt nur noch

"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@pixelletter.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

Wo finde ich auf meinem Server das server error log? Mit php_info(); habe ich bereits geprüft ob mod_rewrite vorhanden ist. Unter der Sektion "apache" findet sich im PHP-Info eine Kategorie names "Loaded Modules". Hier ist das mod_rewrite Modul auch gelistet.

Was mache ich falsch?

Vielen Dank!
Jan