Fili
Neues Mitglied
Ich wollte eine eigene Fehlerseite machen. Laut meinem Host müsste das auch funktionieren. Doch sobald ich die .htaccess-Datei in meinem Verzeichnis hab (CHMOD ist 644), habe ich ausser über FTP keinen Zugriff mehr auf meine Website. Es kommt folgende Fehlermeldung:
In meiner .htaccess steht:
Was ist wohl falsch?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator 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.
Apache/1.3.41 Ben-SSL/1.59 Server at pferdewissen.ch Port 80
In meiner .htaccess steht:
Code:
ErrorDocument 404 http://www.pferdewissen.ch/fehler404.html
Was ist wohl falsch?