Could help me with this problem i'm facing with my website?

ItachiDLuffy

Newbie
Joined
Feb 23, 2023
Messages
39
Reaction score
22
Recently I migrated my website to a new domain.

Almost all pages on the old domain are redirecting properly from the old domain to the new domain, expect a few.

To elaborate,

The website was migrated from Domain A to Domain B.

Almost all the pages that were on Domain A are now correctly redirecting to Domain B.

For eg,
http://www.domaina.com/about-us
to
http://www.domainb.com/about-us

http://www.domaina.com/services
to
http://www.domainb.com/services

However, there are pages that are still not redirecting properly.

How can I solve this problem and what might be the reason for it.
 
How can I solve this problem and what might be the reason for it.
Too generic this question. Generally people explain what they are doing and how they are doing and what is going wrong...

How are you doing such redirect?
There are plenty of options and plenty of issues
If you are doing such through .htaccess, if some are redirecting and some not, probably your regex is wrong.
 
Too generic this question. Generally people explain what they are doing and how they are doing and what is going wrong...

How are you doing such redirect?
There are plenty of options and plenty of issues
If you are doing such through .htaccess, if some are redirecting and some not, probably your regex is wrong.
The migration was done through .htaccess, I'm not someone who is tech-savvy and the migration was done by another agency.

Would you mind explaining to me about regex errors?
 
Have you cleared all your caches?
https://www.google.com/search?q=clear+redirect+cachehttps://developers.google.com/search/docs/crawling-indexing/301-redirectshttps://www.google.com/search?q=htaccess+redirect+to+another+domain
Hey mate, thank you for this, i will give it a try
 
Last edited:
Back
Top