Anyone help with my virtual host problem
Hiya, I have recently registered xathras.infoI have installed
BIND -> DNS REPORT (ITS WORKS)
Apache 2.0.52 -> Works if you type xathras.info www.xathras.info blah blah.
I have editted my apache config for a VirtualHost i.e. forums.xathras.info but this just goes to my htdocs directory why?
<VirtualHost forums.xathras.info>
ServerAdmin postmaster@xathras.info
DocumentRoot "c:/program files/apache group/apache2/htdocs/forums"
ServerName forums.xathras.info
</VirtualHost>