Skip to content

Instantly share code, notes, and snippets.

@accessomnath
Created February 6, 2018 12:32
Show Gist options
  • Save accessomnath/8c9b5ed0afe396642afb1a3d30d0576e to your computer and use it in GitHub Desktop.
Save accessomnath/8c9b5ed0afe396642afb1a3d30d0576e to your computer and use it in GitHub Desktop.
Custom php with ssl htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment