diff --git a/.htaccess b/.htaccess index 17e9d2e..6e1559b 100755 --- a/.htaccess +++ b/.htaccess @@ -98,7 +98,7 @@ AddDefaultCharset utf-8 RewriteCond %{HTTP_HOST} ^([^www].*)$ - RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{THE_REQUEST} \s/+(.+?)/+[?\s] RewriteRule /$ /%1 [R=301,L] -- libgit2 0.21.4