Changes between Initial Version and Version 1 of Ticket #30828, comment 7
- Timestamp:
- 12/24/2014 02:43:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30828, comment 7
initial v1 5 5 6 6 After i had to make a changes to my htaccess file at root (the hoster told me to do): 7 {{{ 7 8 RewriteEngine On 8 9 RewriteBase / 9 10 RewriteCond %{HTTP:SSL} !=1 [NC] 10 11 RewriteRule ^(.*) https://www.сайт.com/$1 [L,R=301] 12 }}}