View Single Post
  #2 (permalink)  
Old 11-21-2006, 07:00 PM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

I would still email your host and ask them help fix. The code your using looks ok, maybe the host has some rules in place that is disagreeing with your htaccess file when put live?

Here is the code I tend to use:

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Reply With Quote