Skip to content

Instantly share code, notes, and snippets.

@moshiurse
Created February 19, 2022 17:00
Show Gist options
  • Save moshiurse/310089212452edf2b0882c7de4b73e3c to your computer and use it in GitHub Desktop.
Save moshiurse/310089212452edf2b0882c7de4b73e3c to your computer and use it in GitHub Desktop.
htaccess for create ssl site
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