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]