Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. RewriteCond %{HTTP_HOST} ^mydoma.in [NC]
  2. RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
  3.  
  4. RewriteCond %{HTTP_HOST} ^medomain.com [NC]
  5. RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
  6.  
  7. RewriteCond %{HTTP_HOST} ^moodomain.com [NC]
  8. RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
  9.  
  10. RewriteCond %{HTTP_HOST} ^madomain.com [NC]
  11. RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement