Advertisement
Guest User

Untitled

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