Answer the question
In order to leave comments, you need to log in
How to write a 301 redirect from www in .htaccess?
Good afternoon.
I'm trying to set up a 301 redirect on a hosting, but I don't understand how to write something correctly.
Now the whole .htaccess looks like this:
RewriteEngine On
RewriteCond %{ENV:HTTPS} !on
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
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