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