Possible solutions of your questions

  hosting
<< Previous       ssl

Question: Good afternoon. We connected https and made the configuration, but there are problems with duplicate addresses (http and https).. tell me how to solve it? redirect in .* or settings on the server?
Answer:

Hello!

Write in the file .htaccess redirect is:

RewriteEngine On

RewriteCond %{HTTPS} off

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

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

Question: after application has stopped working admin...
Answer:


Hello . Please give a link to the page where you can see the problem and describe the problem in more detail.

Answer:

Hello

Try this set

RewriteEngine on

RewriteCond %{SERVER_PORT} !^***$

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

Question: after making the above code .* stopped working admin panel of the website *.*.*admin_*****/
Answer:

the Admin you have configured for Https?

Answer:

Check how You spelled out the address with http or not, corrections were made manually because that`s just admin issues prepared the page with the error ***


<< Previous