Answer the question
In order to leave comments, you need to log in
How to find the reason for two redirects on a page?
When checking the site with the WebSite Auditor program, it issues a warning:
"The site found pages that have more than 2 redirects configured." And then these same urls are indicated in the plate.
If, for example, I follow one of them, I see the following: There are
indeed two redirects.
I can not understand where this program found such links, there are not many of them, only 8 pieces.
There is only one redirect in htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www.) [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,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