Updated: 22 July 2024
Test your htaccess rewrite rules https://htaccess.madewithlove.com/
Redirect everything to https
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Freelance software engineer United Kingdom
Updated: 22 July 2024
Test your htaccess rewrite rules https://htaccess.madewithlove.com/
Redirect everything to https
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]