Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} !^www.example.com
  2. RewriteRule (.*) http://www.example.com/$1 [R=301,L]
  3.  
  4. RewriteCond %{HTTP_HOST} !^www.example.com
  5. RewriteCond %{HTTP_HOST} !^newsub.example.com
  6. RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Add Comment
Please, Sign In to add comment