Answer the question
In order to leave comments, you need to log in
How to set up a correct www redirect?
Hello!
Tell me how to set up a redirect from www while maintaining a further link?
A record of this type redirects all requests to the main one:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+) [NC]
RewriteRule .* http://%1/$2 [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