Probleme .htaccess et .htpsw

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

3 réponses

  1. Ton fichier ce nomme-t-il bien .htpasswd ?
    À voir le titre du topic ...

    Ensuite, sans le contenu on ne peut rien faire pour toi.
    0
    1. 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
      0
      1. help me please !!!
        0