Skip to content

Instantly share code, notes, and snippets.

@Joseph-Reece
Last active January 7, 2022 06:37
Show Gist options
  • Save Joseph-Reece/93a120521e50378222dddd2b73f0e2e7 to your computer and use it in GitHub Desktop.
Save Joseph-Reece/93a120521e50378222dddd2b73f0e2e7 to your computer and use it in GitHub Desktop.
Force https PHP
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