From 8de28d0b729f3e7cfc645d23546b833257351e2f Mon Sep 17 00:00:00 2001 From: User A0264400 Date: Sat, 2 May 2026 17:07:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=B0=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0?= =?UTF-8?q?=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htacess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htacess diff --git a/.htacess b/.htacess new file mode 100644 index 0000000..85a3bb5 --- /dev/null +++ b/.htacess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteCond %{HTTP:X-Forwarded-Proto} !https +RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] \ No newline at end of file