add htaccess

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

3
.htaccess Normal file
View File

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