127.0.0.1 localhost ::1 localhost 127.0.0.1 lab-net ::1 lab-net 127.0.0.1 outils-mx ::1 outils-mx 127.0.0.1 phpsysinfo ::1 phpsysinfoet le fichier httpd-vhost.conf :
<VirtualHost *:80> ServerName localhost DocumentRoot w:/wamp64/www <Directory "w:/wamp64/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost> <VirtualHost *:80> ServerName lab-net DocumentRoot w:/wamp64/www/lab-net <Directory "w:/wamp64/www/lab-net/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost *:80> ServerName outils-mx DocumentRoot w:/wamp64/www/outils-mx <Directory "w:/wamp64/www/outils-mx/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost *:80> ServerName phpsysinfo DocumentRoot w:/wamp64/www/phpsysinfo <Directory "w:/wamp64/www/phpsysinfo/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>Nota : localhost DOIT rester en Require local.