tessguefen
5/1/2015 - 9:44 PM

Force WWW, but not on subdomains.

Force WWW, but not on subdomains.

# Force WWW but do not interfere with subdomains
RewriteCond %{HTTP_HOST} ^[^.]+\.com$ [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [NE,L,R=301]