diff --git a/.htaccess b/.htaccess index 84cbc63..f90d823 100644 --- a/.htaccess +++ b/.htaccess @@ -72,8 +72,8 @@ AddDefaultCharset utf-8 - RewriteRule ^.*$ frontend/web/index.php [C] RewriteCond %{HTTP_HOST} ^([^www].*)$ + RewriteRule ^.*$ frontend/web/index.php [C] RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301] -- libgit2 0.21.4