From 1b33bae871c2d222a22ff1e9c40b23cecbf00cc5 Mon Sep 17 00:00:00 2001 From: "Anton.AE" Date: Sun, 3 May 2026 12:10:03 +0300 Subject: [PATCH] add htaccess --- .htacess => .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .htacess => .htaccess (98%) diff --git a/.htacess b/.htaccess similarity index 98% rename from .htacess rename to .htaccess index 85a3bb5..74b9808 100644 --- a/.htacess +++ b/.htaccess @@ -1,3 +1,3 @@ -RewriteEngine on -RewriteCond %{HTTP:X-Forwarded-Proto} !https +RewriteEngine on +RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] \ No newline at end of file