eliasm
Registered Member
- Nov 11, 2020
- 61
- 22
Moved my old domains to a new through .htaccess and in GSC getting a "Page with redirect" Error that looks like this:
newdomain.com/newdomain.com/page-name
Pretty sure I did something wrong with redirects. I guess it's because the 301 rule doesn't work for Home Page in this way.
The thing is that I created a simple 301 rule for each page. Examples:
redirect 301 / https://newdomain.com/
redirect 301 /oldpage-2021 https://newdomain.com/newpage-2022
Any ideas how to fix it?
newdomain.com/newdomain.com/page-name
Pretty sure I did something wrong with redirects. I guess it's because the 301 rule doesn't work for Home Page in this way.
The thing is that I created a simple 301 rule for each page. Examples:
redirect 301 / https://newdomain.com/
redirect 301 /oldpage-2021 https://newdomain.com/newpage-2022
Any ideas how to fix it?