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