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 [email protected] DocumentRoot "H:/websites" </VirtualHost> <VirtualHost *> ServerName www.mydomain.co.uk ServerAdmin [email protected] 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 Link to comment https://forums.phpfreaks.com/topic/284-virtual-hosts/ 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 Link to comment https://forums.phpfreaks.com/topic/284-virtual-hosts/#findComment-863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.