i am these dayz trying to setup pache so that in future i will start hosting of mine iste from mine PC last week i had deicded to check host more than one domain from mine PC. i am using apache 2 and using free DNS hosting servioce for mine domain i had read lots of help tutorials about setting vhost on apache 2


i had put thses seeting on vhost config file

<VirtualHost *:80 >
ServerName killers-hell.com
ServerAlias ads.killers-hell.com
DocumentRoot C:\host\xampp\www\killers
ServerAdmin admin@killers-hell.com
</VirtualHost>

<VirtualHost *:80 >
ServerName eglobalproduks.com
ServerAlias ads.eglobalproduks.com
DocumentRoot C:\host\xampp\www\host
ServerAdmin admin@blockads.com
</VirtualHost>



but when i try to open any doamin of them it goes to mail directory i dont know wat the hell is porb mine mail directory is www so if any one have experince of it plzz help me

Comment/Reply (w/o sign-up)