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

Re: [cobalt-users] Redirecting sites - A new question regarding .htaccess!



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.