Answer the question
In order to leave comments, you need to log in
How to make a redirect from https://www to https://site_name.ru?
How to make a redirect from https://www to https://site_name.ru?
a question beaten to the point of losing momentum.
Made a redirect to https, now you need to from https://www to https://
here is my redirect in .htaccess
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question