cherche le fichier httpd.conf .
Dans ce fichier, il faut soit modifier la ligne commencant par : DocumentRoot
soit rajouter un site virtuel sur le port 80:
Code :
- <VirtualHost *:80>
- ServerAdmin admin@localhost
- DocumentRoot c:/www/site/
- ServerName name
- # ErrorLog logs/dummy-host.example.com-error_log
- # CustomLog logs/dummy-host.example.com-access_log common
- </VirtualHost>
|
Ca se place tout à la fin du fichier.