SO I am hosting a couple sites on the same server. The first url point to the right folder but the second and the third for that matter, I get the intial Apache test pages. Can anyone tell why that is happening. I do have NameVirtualHost *:80
in my config file. I also have followed the Apache documentation.
#</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/Dev
ServerName www.scsdeveloper.com
# Other directives here
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/Pro/zenchi
ServerName www.zenchi.com
# Other directives here
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/Pro/zenchi
ServerName www.zenchipillow.com
# Other directives here
</VirtualHost>