Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{SERVER_PORT} 80
  3. RewriteCond %{HTTP_HOST} ^houselandthailand\.com$ [OR]
  4. RewriteCond %{HTTP_HOST} ^www\.houselandthailand\.com$
  5. RewriteRule ^(.*)$ https://houselandthailand.com/$1 [R,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement