Hi, I start to use MOZ a few days ago.
Start the first project and after crawling get an error with a redirect chain like this https://nimb.ws/1Ex2v3
I am not sure what is the problem and how to solve it.
My page is Joomla 4 and for the redirect using Admintools Joomla extension
I am using .htaccess for redirecting from non-www to www
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
and to https
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule .* https://www.konveks.hr%{REQUEST_URI} [L,R=301]
That exact configuration I have in my other domain domidona-it.hr and there don't have that issue.
Is anybody has a clue why MOZ show that problem on konveks.hr and not in domidona-it.hr.
Thank you