Skip to content

Instantly share code, notes, and snippets.

@nucab
Created February 18, 2017 22:50
Show Gist options
  • Save nucab/a4a2a2a389ec24e286f189becd2b319b to your computer and use it in GitHub Desktop.
Save nucab/a4a2a2a389ec24e286f189becd2b319b to your computer and use it in GitHub Desktop.
Source: https://ph.godaddy.com/help/redirect-http-to-https-automatically-8828
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