Internal Server Error en local avec .htaccess

Fermé
webmat&123 - 7 mai 2011 à 19:21
 webmat&123 - 7 mai 2011 à 20:09
Bonjour,
j'ai créer un dossier nommé "dossierprotege" et j'ai mis à l'intérieur le fichier .htaccess et .htpasswd.

Mais voila,
lorsque j'essaie d'accéder au dossier j' obtient l'erreur suivant :
"début de page erreur"
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.
"fin de page erreur"

voici mon fichier .htaccess :
"début du code"
AuthUserFile /wamp/www/3.tp/dossierprotege/.htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic

<limit GET>
require valid-user
</Limit>
"fin du code"

voici le code du fichier .htpasswd :
"début du code"
olivier:azerty
péter:rtfgvb
"fin du code"

pour retrouver le chemin absolu du fichier .htpasswd j'ai utilisé le code suivant :
"début du code"
<? echo realpath("index.php"); ?>
"fin du code"

Dans le fichier httpd.conf de apache j'ai bien la configuration de l'expression AllowOverride qui est :
AllowOverride All

en tout cas j'ai tous essaie, jusqu'à épuisement total.
si quelqu'un peu me sortie de la, je serais ravi.
A voir également:

1 réponse

Free.fr ?
0
webmat&amp;123
7 mai 2011 à 20:09
je n'ai rien compris.
mais bon merci pour avoir essayé.
0