Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created January 14, 2023 16:31
Embed
What would you like to do?
Force HTTPS in WordPress
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment