hi all,
i am Trying to set up a <virtual host> on win XP. I have looked at
and followed the examples but the assumption there is that the server is www. Whatever. My server is called JSTTECH but if anybody types they will go to my home page.
the new website is called . if this is typed then you are taken to the home page of .does anybody know what I am doing wrong
thanks
To err is human, to completely mess up takes a computer.
i am Trying to set up a <virtual host> on win XP. I have looked at
and followed the examples but the assumption there is that the server is www. Whatever. My server is called JSTTECH but if anybody types they will go to my home page.
the new website is called . if this is typed then you are taken to the home page of .does anybody know what I am doing wrong
Code:
NameVirtualHost *
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#addstudent.servebeer.com
<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "C:/Program Files/Apache Group/Apache2/beer"
addstudent.servebeer.com
ErrorLog logs/beer/com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
thanks
To err is human, to completely mess up takes a computer.