"Internal Server Error" avec .htaccess
Bonjour !
Je tente de mettre en place un système de protection par mot de passe avec un .htaccess et un .htpasswd
Citation:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.
Et voila le .htaccess
Code:
1 2 3 4 5 6 7 8 9 10
|
AuthUserFile /www/Gestion Personnel 2/.htpasswd
AuthName "Visiteur, vous pénétrez dans une section réservée aux membres, veuillez vous identifier"
AuthType Basic
<Limit GET>
require group Membres Admin
</Limit>
<LimitExcept GET>
deny from all
</LimitExcept> |
Je ne vois pas d'où viens l'erreur :roll: