bonjour
j'ai installer wamp sur windows 7 mais lorsque cliquer sur localhost j'ai recu cette erreur
You don't have permission to access / on this server.
httpd.conf
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 <Directory "c:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride all Order Allow,Deny # Deny from all Allow from 127.0.0.1 </Directory>
Partager