Bonjour,
j essayer depuis un bon moment de cree deux serveur web mes probleme les deux site affiche la page web
si je tape dans la barre d'adresse layeures.blogdns.com pas de probleme
mes si je mes layeures.dyndns.org je tompe sur la page de layeures.blogdns.com
quand je veu acceder a mes site ont local il n y a pas ce probleme
voila ce que j ai fait
------------------------------
httpd.conf
LISTEN 80
LISTEN 192.168.1.25:80
NameVirtualHost 192.168.1.25:80
<VirtualHost 192.168.1.25:80>
DocumentRoot C:/serveur2
ServerName layeures.blogdns.com
<Directory C:/serveur2>
#Options Indexes
Options Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
DirectoryIndex index.htm index.html index.php index.php5
</Directory>
</VirtualHost>
LISTEN 80
LISTEN 192.168.1.30:80
NameVirtualHost 192.168.1.30:80
<VirtualHost 192.168.1.30:80>
DocumentRoot C:/serveur3
ServerName layeures.dyndns.org
<Directory C:/serveur3>
#Options Indexes
Options Includes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
DirectoryIndex index.htm index.html index.php index.php5
</Directory>
</VirtualHost>
------------------
hosts
127.0.0.1 localhost
192.168.1.25 layeures.blogdns.com
192.168.1.30 layeures.dyndns.org
Configuration: Windows XP Internet Explorer 7.0