Rewrite

Wieso geht das nicht ?

RewriteEngine On Options +FollowSymLinks RewriteBase / RewriteCond %{HTTP_HOST} !^test.de$ RewriteRule ^ http://test.de%{REQUEST_URI} [L,R=301]

ich bekomme so ein Fehler.

[quote]Internal Server Error

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

Please contact the server administrator, XXXXXXXXX@bplaced.net 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. [/quote]

Weil, wie hier im Forum schon zig-fach nachzulesen ist, FollowSymLinks hier nicht per .htaccess gesetzt werden darf.
(Und da es eh schon aktiviert ist, kann die Zeile ersatzlos entfallen.)