Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} gasparkgh\.com [NC]
  3. RewriteCond %{SERVER_PORT} 80
  4. RewriteRule ^(.*)$ https://gasparkgh.com/$1 [R,L]
  5.  
  6. RewriteOptions inherit
  7. RewriteEngine on
  8.  
  9. Header set content-Security-Policy: upgrade-insecure-requests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement