HTACCESS Problem

Ich habe ein HTACESS-Problem.
Sie sieht so aus:

[code]RewriteEngine On
Options +FollowSymLinks
AddDefaultCharset utf-8

DirectoryIndex index.php
RewriteBase /

404 Fehler

ErrorDocument 404 /404-Fehler/

Die URL gerecht umbenennen

RewriteRule ^([a-zA-Z0-9-]+)/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])?$ index.php?p=$1&id=$2&a=$3&b=$4&c=$5&d=$6
RewriteRule ^([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]
)/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?([a-zA-Z0-9-])/?$ index.php?p=$1&id=$2&a=$3&b=$4&c=$5&d=$6

Encoding Type

AddCharset utf-8 .css .html .php[/code]

Als Fehler kommt:

[quote]Internal Server Error

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

Please contact the server administrator, webmaster@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]

Woran kann das liegen?

Gruß, phil

An
Options +FollowSymLinks

  • ist hier per Default aktiv, darf aber nicht vom Nutzer überschrieben werden.

danke - daran lag es :wink: