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.