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
cd14a13d5991d82c38a133bb87a2b7defc2651ce
Authored by
Administrator
2016-11-07 11:11:42 +0200
1 parent
b929fe29
14.09.16
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 @
cd14a13
...
...
@@ -95,7 +95,7 @@ AddDefaultCharset utf-8
95
95
RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
96
96
97
97
RewriteCond %{THE_REQUEST} \s/+(.+?)/+[?\s]
98
- RewriteRule /$ /%1 [R
,L]
98
+ RewriteRule /$ /%1 [R
=301
,L]
99
99
100
100
101
101
...
...