Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} .
  2. RewriteCond %{HTTP_HOST} !^www.example.com [NC]
  3. RewriteRule (.*) http://www.example.com/$1 [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement