[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Questions about redirecting start directory



Hi,
At 10:25 21-12-2001 -0500, James Matteson wrote:
>I apologize if this is 100% clear, but I shall do my best. I have a user who
>wishes to change which directory is called when someone goes to their sight.
>Normally if you goto www.mydomain.com it starts in /web. The user would like
>to have it so if someone goes to www.mydomain.com it starts in /web/newpage.

In the http.conf, look for the ServerName www.mydomain.com which will be
under <VirtualHost ip_address>.  Change the DocumentRoot
/home/sites/site_number/web to /home/sites/site_number/web/newpage

Regards,
-sm