Possible solutions of your questions

  hosting
<< Previous       HTTPS

Question: I just scored a hosting You have the old host ordered Your NS server and see that the domain responds to Your hosting.What do I need to do to when any request is made over http with www or without tossed on https://ваш_домен and most importantly to work, the SSL certificate was active. Yet to my query https://ваш_домен the browser displays information that the connection is not reserved.
Answer:

Hello.

the Certificate is issued approximately  for soutok after the domain will begin working with our server.

in order to get everything working via https in the file .htaccess, you need to  add the line:

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteCond %{HTTP:X-Forwarded-Proto} !https

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


<< Previous