Commit bb2fba222723d77f3967a06c2dc163dd7b8765cb
1 parent
92a204b7
htacess www
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
.htaccess
| @@ -70,8 +70,6 @@ AddDefaultCharset utf-8 | @@ -70,8 +70,6 @@ AddDefaultCharset utf-8 | ||
| 70 | 70 | ||
| 71 | RewriteCond %{REQUEST_FILENAME} !-d | 71 | RewriteCond %{REQUEST_FILENAME} !-d |
| 72 | 72 | ||
| 73 | - RewriteCond %{HTTP_HOST} ^([^www].*)$ | ||
| 74 | - RewriteRule ^(.*)$ http://www.%1/$1 [R=301] | ||
| 75 | 73 | ||
| 76 | RewriteRule ^.*$ frontend/web/index.php [L] | 74 | RewriteRule ^.*$ frontend/web/index.php [L] |
| 77 | 75 |