kalpz Posted October 24, 2008 Report Posted October 24, 2008 I know this has come up many times but I am stumped big time this time. Trying to help a friend with his virtual host. http.conf file NameVirtualHost * <VirtualHost *> ServerName ez-pc.co.nz DocumentRoot /www/ezpc/ </VirtualHost> <VirtualHost *> ServerName buffalostats.hopto.org DocumentRoot /www/buffalostats/ </VirtualHost> Second host is a no-ip address. Can anyone see the problem? It always shows /www/ezpc/ website even when a user browses to buffalostats.hopto.org. Quote ATOMIC Web Hosting 2007 - 2011 Shared Hosting - Reseller Hosting - Dedicated Servers - Virtual Private Servers (Request Dedicated/VPS Servers via E-mail) E-mail: sales@atomicwebhosting.com Website: http://www.atomicwebhosting.com/
DannyH Posted October 24, 2008 Report Posted October 24, 2008 Hi kalpz, Try This: This should work ok Kalpz just paste in all the code and restart the services: NameVirtualHost * ##########VIRTUAL HOST SETUP########## # WWW.EZ-PC.CO.NZ <VirtualHost *> ServerName www.ez-pc.co.nz DocumentRoot /www/ezpc </VirtualHost> ##########VIRTUAL HOST SETUP########## # EZ-PC.CO.NZ <VirtualHost *> ServerName ez-pc.co.nz DocumentRoot /www/ezpc </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.BUFFALOSTATS.HOPTO.ORG <VirtualHost *> ServerName www.buffalostats.hopto.org DocumentRoot /www/buffalostats </VirtualHost> ##########VIRTUAL HOST SETUP########## # BUFFALOSTATS.HOPTO.ORG <VirtualHost *> ServerName buffalostats.hopto.org DocumentRoot /www/buffalostats </VirtualHost> Danny Quote Personal website Uniform Server - hMail Server - Joomla
kalpz Posted October 26, 2008 Author Report Posted October 26, 2008 Thank you Danny. That works. Quote ATOMIC Web Hosting 2007 - 2011 Shared Hosting - Reseller Hosting - Dedicated Servers - Virtual Private Servers (Request Dedicated/VPS Servers via E-mail) E-mail: sales@atomicwebhosting.com Website: http://www.atomicwebhosting.com/
DannyH Posted October 26, 2008 Report Posted October 26, 2008 Your welcome kalpz Glad it worked Danny Quote Personal website Uniform Server - hMail Server - Joomla
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.