hi,
i have purchased a domain name & want to use different "names" on 1 pc (running win 2000 adv. server)
like: ( <- main one) and
xxx.myname.com, i believe this should be possible but it's not working.. here's a piece of my httpd.conf:
i have purchased a domain name & want to use different "names" on 1 pc (running win 2000 adv. server)
like: ( <- main one) and
xxx.myname.com, i believe this should be possible but it's not working.. here's a piece of my httpd.conf:
<VirtualHost *>
ServerAdmin name@mail.com
DocumentRoot "D:/homepages/dir1"
ServerName </VirtualHost>
<VirtualHost *>
ServerAdmin name@mail.com
DocumentRoot "D:\homepages\dir2"
ServerName xxx.myname.com
</VirtualHost>
what am i doing wrong ??
--
thx in advance,
rb.