mooby Posted March 31, 2003 Share Posted March 31, 2003 hey all, im haveing trouble setting up virtual hosts in apache on NT. I have the following code: <VirtualHost ip> ServerName ip ServerAdmin webmaster@mydomain.co.uk DocumentRoot "H:/websites" </VirtualHost> <VirtualHost *> ServerName www.mydomain.co.uk ServerAdmin webmaster@mydomain.co.uk DocumentRoot "H:/websites/mydomain" ErrorLog "H:/websites/mydomain/logs/error_log" ServerAlias mydomain.co.uk TransferLog "H:/websites/mydomain/logs/access_log" ErrorDocument 404 http://www.mydomain.co.uk/errors/404.php </VirtualHost> If i go to the ip address then it redirects to mydomain folder and the same applies if i visit www.mydomain.co.uk, but if i go to http://mydomain.co.uk it comes with page not found. any help or suggestions to things i may have missed thanks in advance Matt Quote Link to comment Share on other sites More sharing options...
DocSeuss Posted March 31, 2003 Share Posted March 31, 2003 I don\'t believe that http://mydomain.co.uk is going to be a valid url you can type mydomain.co.uk or www.mydomain.co.uk in your browser because it will auto add the http://www part at least IE does so http://www.mydomain.co.uk is your full url Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.