Guest User

Untitled

a guest
Feb 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} ^oldsite.com [NC,OR]
  2. RewriteCond %{HTTP_HOST} ^www.oldsite.com [NC]
  3. RewriteRule ^(.*)$ https://newsite.com/$1 [L,R=301,NC]
  4.  
  5.  
  6. Redirect 301 /xxx/xxx.aspx https://newsite.com/
Add Comment
Please, Sign In to add comment