.htaccess
Verfasst: 16.08.2011 16:39
Ich wollte auf mein Forum einen Passwortschutz, in Form der .htaccess, legen. Das Passwortfenster erscheint zwar, jedoch kommt nach der Eingabe folgender Fehler:
Woran könnte dies liegen? Hier die .htaccess:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, service@webmailer.de 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.
AuthUserFile /.../.htpasswd
AuthGroupFile /dev/null
AuthName "..."
AuthType Basic
<Limit GET>
require valid-user
</Limit>