Commit 9a3914f771826858ba2a76319daba068401a1e03

Authored by Yarik
1 parent 24b98358

Htaccess https

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