Advertisement
zevilz

Untitled

Jan 3rd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} ^old_domain\.com
  2. RewriteRule ^(.*)$ new_domain.com [R=301,L]
  3. RewriteCond %{HTTP_HOST} ^www.old_domain\.com
  4. RewriteRule ^(.*)$ new_domain.com [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement