diff --git a/.htaccess b/.htaccess index c9e98fd..fa6337a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,3 @@ RewriteEngine On RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]