Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created January 14, 2023 16:31
Show Gist options
  • Save shameemreza/cb6bee55acc9f4418ff450105f7b1382 to your computer and use it in GitHub Desktop.
Save shameemreza/cb6bee55acc9f4418ff450105f7b1382 to your computer and use it in GitHub Desktop.
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