diff --git a/.htaccess b/.htaccess index cb658e4..6d7339d 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,7 @@ ErrorDocument 404 /404.php #DELETE THIS IF YOU DON'T HAVE HTTPS! RewriteEngine On + RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]