Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30828, comment 7


Ignore:
Timestamp:
12/24/2014 02:43:16 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30828, comment 7

    initial v1  
    55
    66After i had to make a changes to my htaccess file at root (the hoster told me to do):
     7{{{
    78RewriteEngine On
    89RewriteBase /
    910RewriteCond %{HTTP:SSL} !=1 [NC]
    1011RewriteRule ^(.*) https://www.сайт.com/$1 [L,R=301]
     12}}}