Skip to content

Instantly share code, notes, and snippets.

@fillipetech
Created July 17, 2018 18:29
Show Gist options
  • Select an option

  • Save fillipetech/b2c7b1770a8af87abdc4674489dd4a75 to your computer and use it in GitHub Desktop.

Select an option

Save fillipetech/b2c7b1770a8af87abdc4674489dd4a75 to your computer and use it in GitHub Desktop.
Force HTTPS #htaccess #https #security

HTTPS forced

RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] # END HTTPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment