Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1fe440717509b516e73dfbf2ad2998943b4b9e33
Authored by
Dmytry Fedorchuk
2016-06-08 16:56:10 +0300
1 parent
aae3b8eb
htacess www
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.htaccess
Inline
Side-by-side
.htaccess
Wrap text
Show/Hide comments
View file @
1fe4407
...
...
@@ -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
...
...