Skip to content

Instantly share code, notes, and snippets.

@mindpalette
Created November 28, 2018 19:32
Show Gist options
  • Save mindpalette/768686a3da8f26971813137064cbd158 to your computer and use it in GitHub Desktop.
Save mindpalette/768686a3da8f26971813137064cbd158 to your computer and use it in GitHub Desktop.
Force to HTTPS on Cloudways
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment