Hello. I have a problem getting virtual hosts working properly. My vhosts file looks like this, which I think should be correct, although I'm a programmer and not a server guy. Domain names are as you probably can see renamed for this post. NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "c:/website" ServerName www.site1.com:80 ServerAlias site1.com www.site1.com ErrorLog logs/site1-error_log CustomLog logs/site1-access_log common </VirtualHost> <VirtualHost *:80> DocumentRoot "c:/wapsite" ServerName wap.site1.com:80 ServerAlias wap.site1.com ErrorLog logs/site1_wap-error_log CustomLog logs/site1_wap-access_log common </VirtualHost> Now onto what I think is my problem. What on earth to I write for AspNetMount / "c:/website" and AspNetMount / "c:/wapsite" ? Obviously I can't set / for both of them, but I want to be able to type www.site1.com as well as wap.site1.com into the browser and have the addresses stay there. Any tips for me? Thanks. Best regards, Morten --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx