<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_NAME} !^(www.?)domain.com$ [NC] RewriteRule .* http://www.domain.com%{REQUEST_URI} [QSA,R=permanent,L] </IfModule>