[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirecting sites - A new question regarding .htaccess!
- Subject: Re: [cobalt-users] Redirecting sites - A new question regarding .htaccess!
- From: elmer@xxxxxxxxxxxxxx
- Date: Tue Feb 13 22:02:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 13 Feb 2001, john wrote:
} Redirect / http://www.newdirection.com/
try adding another line:
Redirect / http://newdirection.com/
I can't say for sure this will work though. We do a whole
lot of these as many of our clients have multiple domain names
pointing at one site but I set these up on a box upon which I can
safely edit the httpd.conf file by hand. To make them work we have
to use two directives.
ServerName whatever.ext
ServerAlias www.whatever.ext
I think a reasonable assumption is that you need to do
something similar in your .htaccess file.