Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Force www:
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^example.com [NC]
- RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]
- #Force non-www:
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
- RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
Add Comment
Please, Sign In to add comment