From e8ae928c8c3b2a09c687bd01f70aa342ecc9af49 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 7 Oct 2024 13:41:38 +0700 Subject: [PATCH] force https --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index dbed322f..b2345f1e 100644 --- a/.htaccess +++ b/.htaccess @@ -24,7 +24,7 @@ Options -Indexes # Rewrite "www.example.com -> example.com" RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] - RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L] + RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L] # Checks to see if the user is attempting to access a valid file, # such as an image or css document, if this isn't true it sends the