EasyPhp
masmous
Messages postés
2
Date d'inscription
Statut
Membre
Dernière intervention
-
FANDENEGI3 Messages postés 85 Date d'inscription Statut Membre Dernière intervention -
FANDENEGI3 Messages postés 85 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai installé le wampserver, en cliquant sur localhost un message d'erreur s'affiche : "Forbidden
You don't have permission to access / on this server."
Le problème que lorsque j'ecris " http://127.0.0.1/" , Apache fonctionne.
Vous pouvez m'aider ?
Merci d'avance.
J'ai installé le wampserver, en cliquant sur localhost un message d'erreur s'affiche : "Forbidden
You don't have permission to access / on this server."
Le problème que lorsque j'ecris " http://127.0.0.1/" , Apache fonctionne.
Vous pouvez m'aider ?
Merci d'avance.
A voir également:
- EasyPhp
- Easyphp - Télécharger - Divers Web & Internet
- Easyphp msvcr110.dll ✓ - Forum logiciel systeme
- Probleme avec easyphp ✓ - Forum PHP
- Easyphp 1.8 ✓ - Forum PHP
- Easyphp ajax ✓ - Forum PHP
1 réponse
Bonjour,
Il faut modifier la configuration d'apache.
Ouvre le fichier httpd.conf (situé en général dans wamp/bin/apache/taversion/conf)
Tu dois trouver ces lignes :
Cela signifie que toutes les adresses sont bloquées sauf le localhost.
Ajoute l'ip de ton pc et ça devrait marcher.
Il faut modifier la configuration d'apache.
Ouvre le fichier httpd.conf (situé en général dans wamp/bin/apache/taversion/conf)
Tu dois trouver ces lignes :
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Cela signifie que toutes les adresses sont bloquées sauf le localhost.
Ajoute l'ip de ton pc et ça devrait marcher.