Commit cec2889fac334ec86cc6f61c8219bddfaad2365d
1 parent
7cf9e3dd
htacess www
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
.htaccess
... | ... | @@ -15,7 +15,6 @@ AddDefaultCharset utf-8 |
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | - | |
19 | 18 | RewriteRule ^storage/(.*)?$ /storage/$1 [L,PT] |
20 | 19 | |
21 | 20 | RewriteCond %{REQUEST_URI} ^/(admin) |
... | ... | @@ -72,11 +71,6 @@ AddDefaultCharset utf-8 |
72 | 71 | |
73 | 72 | RewriteRule ^.*$ frontend/web/index.php [L] |
74 | 73 | |
75 | - | |
76 | - | |
77 | - #RewriteCond %{HTTP_HOST} ^([^www].*)$ | |
78 | - #RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301] | |
79 | - | |
80 | 74 | </IfModule> |
81 | 75 | |
82 | 76 | #для возможности загрузки файлов парсера | ... | ... |