Author
|
zPlus <->
2017-04-01 19:59:16
|
Committer
|
zPlus <->
2017-04-01 19:59:16
|
Commit
|
ef26b5d
(patch)
|
Tree
|
53624d4
|
Parent(s)
|
|
.htaccess.prod: Remove unused rule
commits diff:
2010991..ef26b5d
1 file changed,
0 insertions,
3 deletions
—
download
Diffstat
Diff options
+0/-3
M .htaccess.prod
12
|
12
|
|
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
13
|
13
|
|
RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [R=301,QSA,NC,L]
|
14
|
14
|
|
|
15
|
|
- |
# RewriteCond %{HTTP_HOST} ^www\.freepo\.st$ [NC]
|
16
|
|
- |
# RewriteRule ^(.*)$ https://freepo.st/$1 [R=301]
|
17
|
|
- |
|
18
|
15
|
|
# Remove trailing slashes
|
19
|
16
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
20
|
17
|
|
RewriteRule ^(.*)/+$ /$1 [NC,L,R=301,QSA]
|