Skip to content

Instantly share code, notes, and snippets.

@unnamedfeeling
Created January 25, 2018 22:46
Show Gist options
  • Save unnamedfeeling/869483e58ef74a88d102b884b9b60a6c to your computer and use it in GitHub Desktop.
Save unnamedfeeling/869483e58ef74a88d102b884b9b60a6c to your computer and use it in GitHub Desktop.
htaccess ssl redirect
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://it-legal.pro/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment