Skip to content

Instantly share code, notes, and snippets.

@Perun
Last active April 21, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Perun/1c0846ac55b3fda9c4e79a06db1f98d7 to your computer and use it in GitHub Desktop.
Save Perun/1c0846ac55b3fda9c4e79a06db1f98d7 to your computer and use it in GitHub Desktop.
Alle Aufrufe auf https umleiten
RewriteEngine On
RewriteCond %{HTTPS} !=on
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