Skip to content

Instantly share code, notes, and snippets.

@plowzzer
Last active November 7, 2017 12:49
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 plowzzer/bc5812ce0ab96ec7f43226f72905e086 to your computer and use it in GitHub Desktop.
Save plowzzer/bc5812ce0ab96ec7f43226f72905e086 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
@plowzzer
Copy link
Author

plowzzer commented Nov 7, 2017

Adicionar isso no seu .htaccess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment