Advertisement
Guest User

Untitled

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