[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] how to rename construct catalog to
>ok this worked,
>
>http://store.electronics2000.com/cgi-bin/shop/index.html
>
>but when I first access my store, I go to
>
>http://store.electronics2000.com/construct
>
>I want to change that to just http://store.electronics2000.com
>
Switch your httpd.conf back to:
DocumentRoot "/home/interchange/construct"
Add the following line in the vhost section:
Redirect /index.html /construct/index.html
This will reroute requests from http://www.domain.com/index.html to
http://www.domain.com/construct/index.html
The other option is to just copy the intro page from
construct/construct/index.html to construct/index.html.
Good luck,
-Ron