Bonjour,
J'ai bien suivi le tuto, mais j'ai le message d'erreur suivant :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@example.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.
Je suis sous Mac, voici mon code du fichier .htaccess:
Options All
AuthType "Basic"
AuthName "Protected Access"
AuthUserFile "/Users/nom/Sites/GestionProjetProduction/admin/.htpasswd"
require valid-user
Merci de bien vouloir m'aider.