Advertisement
luminousmark

lm-htaccess-redirect

Jan 29th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Options -Indexes
  2.  
  3. RewriteEngine on
  4. RewriteCond %{HTTP_HOST} ^website.com [NC,OR]
  5. RewriteCond %{HTTP_HOST} ^www.website.com [NC,OR]
  6. RewriteCond %{HTTP_HOST} ^website.net [NC,OR]
  7. RewriteCond %{HTTP_HOST} ^www.website.net [NC]
  8. RewriteRule ^(.*)$ https://website.org/$1 [L,R=301,NC]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement