[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Questions about redirecting start directory
- Subject: Re: [cobalt-users] Questions about redirecting start directory
- From: SM <nntp@xxxxxxxxx>
- Date: Fri Dec 21 14:56:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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