htaccess, hvorfor virker det ikke?
HeyJeg har to filer:
.htaccess
AuthName "Login"
AuthType Basic
AuthUserFile /htdocs/.htpasswd
Require valid-user
og
.htpasswd
Brugernavn:Krypteret password
Men jeg får følgende fejl:
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.
Hvad kan det være?
