Possible solutions of your questions

  hosting
<< Previous       The SSL certificate

Question: Hello! Purchased a dedicated hosting IP, I can not understand how now to add an ssl certificate for my website?
Answer:

Hello.

Dedicated IP was assigned to Your account, Your IP is:

***.***.***.**

Send the certificate and key on [email protected]

we will install the certificate.

Question: How to configure redirection from http to https ?
Answer:

To redirect to the file .htaccess, enter:

RewriteEngine On

RewriteCond %{HTTPS} off

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

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

Question: Tell me if a file .* already in use for other purposes, to edit it can`t. Is it possible some other way to redirect the url from http to https ?
Answer:

not quite understand You as it is for other purposes?

Question: Me the file .* needed for another task. If I like something in another way to redirect the url from http to https ?
Answer:

this file is just fill in the lines.


<< Previous