Skip to content

Instantly share code, notes, and snippets.

@zeehayat
Created March 22, 2023 09:13
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} /checkout
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment