Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} ^domain.com$ [OR]
  3. RewriteCond %{HTTP_HOST} ^www.domain.com$ [OR]
  4. RewriteCond %{HTTPS_HOST} ^domain.com$ [OR]
  5. RewriteCond %{HTTPS_HOST} ^www.domain.com$ [OR]
  6. RewriteRule (.*)$ http://www.domain.com.mx/$1 [R=301,L]
  7.  
  8. RewriteEngine on
  9. RewriteRule ^(.*)$ https://www.domain.com.mx/$1 [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement