add htaccess

This commit is contained in:
2026-05-03 12:10:03 +03:00
parent 08eeadb917
commit 1b33bae871

View File

@@ -1,3 +1,3 @@
RewriteEngine on RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]