Ich hab da ein Problem, also wenn ich mit .htaccess etwas schützen will dann kommt immer die Fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, helpdesk@lan.ch 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the req, wenn ich auf die gewünschte Seite klicke. kann mir jemand helfen die Daten in
.htaccess lauten:
AuthType Basic
AuthName "Geschützter Bereich"
AuthUserFile /.htusers
AuthPGAuthoritative Off
require user test
Könnte es an dem Pfad liegen? Muss ich den ganzen Pfad angeben?
.htusers:
test:LKGy45phqJdBA
Hab das Passwort auf der selfHTML Seite verschlüsseln lassen. greez pierce*brosnan
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, helpdesk@lan.ch 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the req, wenn ich auf die gewünschte Seite klicke. kann mir jemand helfen die Daten in
.htaccess lauten:
AuthType Basic
AuthName "Geschützter Bereich"
AuthUserFile /.htusers
AuthPGAuthoritative Off
require user test
Könnte es an dem Pfad liegen? Muss ich den ganzen Pfad angeben?
.htusers:
test:LKGy45phqJdBA
Hab das Passwort auf der selfHTML Seite verschlüsseln lassen. greez pierce*brosnan
Kommentar