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