View Single Post
Old 11-15-2009, 08:57 PM  
JamesK
hi
 
Industry Role:
Join Date: Jun 2002
Posts: 16,731
This is my non-www to www redirection code. Might be of use.

Code:
#WWW Redirect
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
__________________
M3Server - NATS Hosting
JamesK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote