View Single Post
Old 12-14-2012, 04:10 AM   PM User | #1
Vernk
Regular Coder

 
Join Date: Oct 2011
Posts: 113
Thanks: 9
Thanked 1 Time in 1 Post
Vernk is an unknown quantity at this point
Virtual Hosts not working....



I've been trying to get these damn virtual hosts to work for 4 hours and I can't figure it out... I got it working once and now it won't budge...
I'm trying to test 3 domains 2 subdomains and 1 domain..
All of the domains below just go to the test site..
Here are some screenshots and my setup..

http://gyazo.com/e6595c0d0c4a13fa4fdf5d674012fd7a

Code:
<VirtualHost 204.45.103.228:80>
DocumentRoot C:/xampp/htdocs/testsite
ServerName www.xtremetop100voter.com
</VirtualHost>

<VirtualHost 204.45.103.228:80>
DocumentRoot C:/xampp/htdocs/swiftcaptcha
ServerName www.captcha.swiftvoter.com
</VirtualHost>

<VirtualHost 204.45.103.228:80>
DocumentRoot C:/xampp/htdocs/swiftserver
ServerName www.server.swiftvoter.com
</VirtualHost>
I would also need a fallback page for incase there is no virtual host for it.

Last edited by Vernk; 12-14-2012 at 02:19 PM..
Vernk is offline   Reply With Quote