Salut a tous,
Je me casse la tête pourtant je n'arrive pas trouver la raison
J'ai créé un fichier .htaccess qui contient ceci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
ErrorDocument 403 http://www.google.ch
AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName "Accès sécurisé au site"
AuthType Basic
<LIMIT GET POST>
 
require user upload
</LIMIT>
Il se trouve dans le dossier /upload/ qui lui se trouve a la racibe

Dans le dossier upload, avec le fichier .htaccess j'ai mis un autre dossier .htpasswd qui contient nom_utilisateur:passwordcrypté

Le serveur web tourne sur Apache

Quand je vais voir sur mon navifa^gateur dans le dossier www.mondomaine.ch/upload
je recois ce message d'erreur

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.
mais pourquoi? qu'es-ce qu'il y a de faux dans mon fichier .htaccess??