Probllème avec mon .htaccess
Fermé
LaDopeMC
Messages postés
1
Date d'inscription
mercredi 13 mars 2019
Statut
Membre
Dernière intervention
13 mars 2019
-
13 mars 2019 à 11:21
Utilisateur anonyme - 13 mars 2019 à 20:16
Utilisateur anonyme - 13 mars 2019 à 20:16
A voir également:
- You don't have permission to access this resource.server unable to read htaccess file, denying access to be safe
- Qwerty to azerty - Guide
- Welcome to nginx! ✓ - Forum Applis & Sites
- Press del to enter setup ✓ - Forum Windows
- Video to video - Télécharger - Conversion & Codecs
- I'm sorry to have to inform you that your message could not be delivered to one or more recipients. it's attached below. ✓ - Forum Mail
1 réponse
Utilisateur anonyme
Modifié le 13 mars 2019 à 20:23
Modifié le 13 mars 2019 à 20:23
Bonsoir,
Peut être en mettant :
Avec un / devant le www.
Sinon faites un script php comme suit, nommé test.php :
Une fois appelé ce script affichera le chemin absolu à renseigner pour faire appel au .htpasswd.
Peut être en mettant :
AuthUserFile "/www/admin/.htpasswd"
Avec un / devant le www.
Sinon faites un script php comme suit, nommé test.php :
<?php
echo realpath("index.php");
Une fois appelé ce script affichera le chemin absolu à renseigner pour faire appel au .htpasswd.