Christian Seiler: mod_rewrite dateinundung unter den tisch fallen lassen

Beitrag lesen

Hallo Patrik,

Forbidden
You don't have permission to access / on this server.

Aus der Apache-Doku http://httpd.apache.org/docs/mod/mod_rewrite.html:

--------------------------------------------------------
Note: To enable the rewriting engine for per-directory configuration files you need to set RewriteEngine On'' in these files and Options FollowSymLinks'' must be enabled. If your administrator has disabled override of FollowSymLinks for a user's directory, then you cannot use the rewriting engine. This restriction is needed for security reasons.
--------------------------------------------------------

Füge in die .htaccess ein

Options +FollowSymLinks

ein. Wenn das klappt, prima, wenn nein, wende Dich an Deinen Hoster.

Viele Grüße,
Christian