Skip to content

Instantly share code, notes, and snippets.

@dvdopi
Created April 17, 2020 08:40
Show Gist options
  • Save dvdopi/1d8457557a64118a58300ad77ce346b9 to your computer and use it in GitHub Desktop.
Save dvdopi/1d8457557a64118a58300ad77ce346b9 to your computer and use it in GitHub Desktop.
htaccess enforce https
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment