diff --git a/.htaccess b/.htaccess index 300edf9..cab088b 100644 --- a/.htaccess +++ b/.htaccess @@ -15,7 +15,7 @@ AddDefaultCharset utf-8 RewriteCond %{HTTP_HOST} ^([^www].*)$ - RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301] + RewriteRule ^(.*)$ http://www.%1/$1 [R=301] RewriteRule ^storage/(.*)?$ /storage/$1 [L,PT] -- libgit2 0.21.4