ich habe mit Hilfe einer .htaccess erfolgreich einen Bereich in meinem Webserver geschützt.
Die Anmeldung funktioniert, aber wenn ein falsches Passwort eingegeben wird bekomme ich folgende Fehlermedung:
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, bli@blubb.com 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.
Code: Select all
[Thu Jan 2 20:29:34 2003] [crit] [client 80.128.x.x] configuration error: couldn't check user. No user file?: /secure/
Meine htaccess sieht so aus:
Code: Select all
AuthAuthoritative OFF
AuthName "Secure Login"
AuthType Basic
AuthUserFile /home/bli/.members
require valid-user
bigbuTT
