Skip to content

Instantly share code, notes, and snippets.

@themacmarketer
Created February 8, 2020 08:39
Show Gist options
  • Save themacmarketer/71ee93d0850b9576969c394b13cc31b5 to your computer and use it in GitHub Desktop.
Save themacmarketer/71ee93d0850b9576969c394b13cc31b5 to your computer and use it in GitHub Desktop.
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment