virtual hosts
Posted by: jrgaede (---.cpe.net.cable.rogers.com)
Date: January 20, 2008 12:30AM

i've tried to get virtual host to work for me, but to no avail. i modified httpd.conf to include vhosts.conf (or whatever its called), and then changed the example ones to this:

<VirtualHost *:80>
ServerName wikademy
DocumentRoot c:/wamp/www/wikademy/index.php
</VirtualHost>

<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp/www
</VirtualHost>

still, i get an error message. to sum up what i want to do:

have requests from the internet to go my domain name go not to the wamp page, but to the mediawiki installation i've put in the www folder. the domain name works, it goes to the wamp page. its when i try to use vhosts, i get an error saying either i'm not allowed, or that page doesnt exist on that server....

Help would be appreciated!

thanks
James

Options: ReplyQuote
Re: virtual hosts
Posted by: yfastud (Moderator)
Date: January 20, 2008 12:33AM


Options: ReplyQuote


Sorry, only registered users may post in this forum.