View Single Post
3/14/10, 6:16 PM   #3
Re: Problem with wesite address at ODUM Specialties
Bill Gardner
Bill Gardner is offline
Administrator

Join Date: Jul 2007
Posts: 4,077
 

I am not sure if this will work... but try adding this code to your htaccess file.

Code:
RewriteEngine on
RewriteCond %{http_host} ^www.odum.netfirms.com [NC]
RewriteRule ^(.*) http://odum.netfirms.com/$1 [R=301,L]