Commit 0443f43a700c9583849bd68d5bb653685c286cd8

Authored by Administrator
1 parent 9ce693a7

htaccess changed

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -100,8 +100,8 @@ AddDefaultCharset utf-8 @@ -100,8 +100,8 @@ AddDefaultCharset utf-8
100 RewriteCond %{HTTP_HOST} ^([^www].*)$ 100 RewriteCond %{HTTP_HOST} ^([^www].*)$
101 RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 101 RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
102 102
103 - RewriteCond %{THE_REQUEST} \s/+(.+?)/+[?\s]  
104 - RewriteRule /$ /%1 [R=301,L] 103 +# RewriteCond %{THE_REQUEST} \s/+(.+?)/+[?\s]
  104 +# RewriteRule /$ /%1 [R=301,L]
105 105
106 106
107 107