wamp alias appearing in localhost instead of another
- by tournskeud
I created various aliases on Wamp to be able to work on my different projects. Strangely, one of my alias is visible when I call the other. They have the same ".conf" file :
Example :
#####  
## x.dev  
## DOMAINE x
#####  
NameVirtualHost x.dev
<VirtualHost x.dev>   
    DocumentRoot C:/wamp/www/x/
    ServerName x.dev
    ServerAlias www.x.dev en.x.dev
</VirtualHost>
Also, I have a "Hosts" file including both of the alias.
Wamp config : PHP: 5.4.12 Apache: 2.4.4
Someone have an idea of what is going on ?
Thanks a lot in advance,