Skip to content

Instantly share code, notes, and snippets.

@thukuwanjiku
Created August 28, 2021 06:42
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 thukuwanjiku/689bd38efa4bbcc2bf2dd169a7301f32 to your computer and use it in GitHub Desktop.
Save thukuwanjiku/689bd38efa4bbcc2bf2dd169a7301f32 to your computer and use it in GitHub Desktop.
Additions to .htaccess in cpal for https redirection
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