ApollyonQ Posted September 2, 2003 Share Posted September 2, 2003 I\'ve got a win2k server machine, which is running AppServer v2.0.0 (Apache 1.3.27). This is running fine. I\'ve made a nice page full of links, and using it as the startpage in my browser. I\'ve also got a static IP-address. When I\'m at work, and I type that IP-address (for example: 213.197.10.10) my browser, I also get that startpage. However... I\'ve also got a domain name registered (for example www.bih.net), and used the nameservers to point it to my own IP-address. I\'ve got a nice subdir in my www-root called bih. I\'ve tried: NameVirtualHost * <VirtualHost *> ServerName www.bih.net DocumentRoot f:/appserv/www/bih/ </VirtualHost> and I\'ve tried NameVirtualHost 213.197.10.10 <VirtualHost 213.197.10.10> ServerName www.bih.net DocumentRoot f:/appserv/www/bih/ </VirtualHost> But neither seems to work when I type www.bih.net into my browser, I keep getting my linkpage... Could you please tell me what I\'m doing wrong here? Link to comment https://forums.phpfreaks.com/topic/976-need-help-with-virtual-hosts/ Share on other sites More sharing options...
LAMP Posted October 22, 2003 Share Posted October 22, 2003 Looks like it works now. Whad\'ja hafta do? Link to comment https://forums.phpfreaks.com/topic/976-need-help-with-virtual-hosts/#findComment-4028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.