Probleme .htaccess et .htpsw
nonolebboss
Messages postés
186
Date d'inscription
Statut
Membre
Dernière intervention
-
nonolebboss Messages postés 186 Date d'inscription Statut Membre Dernière intervention -
nonolebboss Messages postés 186 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'ai mis en place sur mon site un .htaccess et lorsque je veux accéder à la page protéger je reçois se message d'érreur :
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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 chez dixkey.com merci de votre aide
j'ai mis en place sur mon site un .htaccess et lorsque je veux accéder à la page protéger je reçois se message d'érreur :
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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 chez dixkey.com merci de votre aide
A voir également:
- Probleme .htaccess et .htpsw
- Htaccess - Forum Référencement
- You don't have permission to access this resource.server unable to read htaccess file, denying access to be safe - Forum Mozilla Firefox
- Question sur le htaccess ✓ - Forum Référencement
- .Htaccess localhost - Forum Référencement
- Restriction avec .htaccess ✓ - Forum Référencement
3 réponses
Ton fichier ce nomme-t-il bien .htpasswd ?
À voir le titre du topic ...
Ensuite, sans le contenu on ne peut rien faire pour toi.
À voir le titre du topic ...
Ensuite, sans le contenu on ne peut rien faire pour toi.
oui oui, j'avais juste la flème pour le titre mais l'orthographe est correct ^^.
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>
Options Indexes
AuthUserFile /var/www/sites/dtc/dixkey.com/subdomains/planetfight/html/planetfight/planetfight/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "connexion admin"
AuthType Basic
require valid-user
order deny,allow
et voila après le .htpasswd c'est mon login et mon mdp
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>
Options Indexes
AuthUserFile /var/www/sites/dtc/dixkey.com/subdomains/planetfight/html/planetfight/planetfight/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "connexion admin"
AuthType Basic
require valid-user
order deny,allow
et voila après le .htpasswd c'est mon login et mon mdp