Forum Moderators: phranque
I'm guessing use of .htaccess is the way to go, but I'm not sure how.
Is this possible?
Thanks
Chris
RewriteEngine on RewriteCond %{HTTP_HOST}!www\.mysite\.com RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
[edited by: DaveAtIFG at 1:51 pm (utc) on Nov. 17, 2003] [edit reason] DeLinked URL [/edit]
Cheers
RedirectMatch 301 (.*) [domain.com$1...] ServerName domain.com