Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Created March 31, 2016 08:54
Show Gist options
  • Save zet-snippets/03396e24e529708acb3b1e26082339d6 to your computer and use it in GitHub Desktop.
Save zet-snippets/03396e24e529708acb3b1e26082339d6 to your computer and use it in GitHub Desktop.
Umleitung auf https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment