Im new to this site, I came across it through google, so sorry in advance if I posted in the wrong section. Anyway, I started off hosting one site from my server, everything was going great. I decided I wanted to host more than one site on my server so I followed apaches instructions and added the code to my config file for virtual servers (posted what i added below). After adding the code I try to visit my websites and I get the same page of an index of both of the folders that I added. I was just wondering if anybody could help me fix this, maybe spot something wrong I've done. I posted the codes of what I changed in the config file below. I also put the config file on my websites if you need to see more...
Site 1-
http://prestigecuts.com/Site 2-
http://steve1234.thruhere.net/Codes I've added-
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/WWW/">
#<VirtualHost *:80>
# ServerAdmin
wings00192@gmail.com# DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/WWW/prestige"
# ServerName prestigecuts.com
# ServerAlias
http://www.dummy-host.prestigecuts.com# ErrorLog "logs/dummy-host.prestigecuts.com-error.log"
# CustomLog "logs/dummy-host.prestigecuts.com-access.log" common
#</VirtualHost>
#<VirtualHost *:80>
# ServerAdmin
wings00192@gmail.com# DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/WWW/matt"
# ServerName steve1234.thruhere.net/
# ErrorLog "logs/dummy-host2.prestigecuts.com-error.log"
# CustomLog "logs/dummy-host2.prestigecuts.com-access.log" common
#</VirtualHost>