par
rouly67 » 09 juin 2010, 10:15
Bonjour,
je voudrais protéger un dossier sur un ftp OVH.
J'ai mon fichier .htaccess :
Code : Tout sélectionner
AuthUserFile "/home/id_ftp/www/benev/.htpasswd"
AuthGroupFile /dev/null
AuthName "Accès Restreint"
AuthType Basic
Et mon fichier .htpasswd :
et mon serveur me renvoi un erreur 500 :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] 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.
Pouvez-vous m'eclairer sur l'erreur que j'ai commise ?
Bonjour,
je voudrais protéger un dossier sur un ftp OVH.
J'ai mon fichier .htaccess :
[code]AuthUserFile "/home/id_ftp/www/benev/.htpasswd"
AuthGroupFile /dev/null
AuthName "Accès Restreint"
AuthType Basic[/code]
Et mon fichier .htpasswd :
[code]identifiant:motdepasse[/code]
et mon serveur me renvoi un erreur 500 :
[quote]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] 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.[/quote]
Pouvez-vous m'eclairer sur l'erreur que j'ai commise ?