Skip to content

Instantly share code, notes, and snippets.

@marcolopezs
Created October 3, 2018 22:33
Show Gist options
  • Select an option

  • Save marcolopezs/0c9253456568c6cef0095a0ffb7a74f1 to your computer and use it in GitHub Desktop.

Select an option

Save marcolopezs/0c9253456568c6cef0095a0ffb7a74f1 to your computer and use it in GitHub Desktop.
Redireccion de HTTP a 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