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