I thought of this too, but wouldn't all the home links in breadcrumb and such still point to www.mysite.com, which is not what is wanted. Want home link to link to /home. Without mod_rewrite to change www.mysite.com requests into www.mysite.com/home requests (presumably because something else resides there), this is a tough situation to handle.
 
Greg


From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Benjamin Melançon
Sent: Friday, November 10, 2006 4:23 PM
To: support@drupal.org
Subject: Re: [support] Change to home page location

unfortunately, no the rest of the site should only appear under mysite.com, not mysite.com/home.

In that case roll everything back, if you can, to before you started copying things (if the original is working, maybe you can just delete the home directory).

Then enable the path module and edit the page you use as your home page, and give it the URL alias "home"

If you have a blog-style front page, a URL alias home for <front> might be possible...

- ben

member, Agaric Design Collective
http://AgaricDesign.com - "Open Source Web Development"

person, People Who Give a Damn
http://pwgd.org - "building the infrastructure for a network of everyone"

On 11/10/06, Halter, Shari <SHalter@thorntontomasetti.com > wrote:
unfortunately, no the rest of the site should only appear under mysite.com, not mysite.com/home.
 
crazy, I know.