Commit 1fe440717509b516e73dfbf2ad2998943b4b9e33

Authored by Dmytry Fedorchuk
1 parent aae3b8eb

htacess www

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.htaccess
... ... @@ -15,7 +15,7 @@ AddDefaultCharset utf-8
15 15  
16 16  
17 17 RewriteCond %{HTTP_HOST} ^([^www].*)$
18   - RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301]
  18 + RewriteRule ^(.*)$ http://www.%1/$1 [R=301]
19 19  
20 20 RewriteRule ^storage/(.*)?$ /storage/$1 [L,PT]
21 21  
... ...