Bulk Redirects are not correctly redirecting to new Target URLs

What is the name of the domain?

lawinorder.com.au

What is the error number?

No error code

What is the issue you’re encountering

We have moved to a new website which includes a domain change and need to redirect old source URLs to new Target URLs. Redirections are partially working in that the old URL is being redirected to the new website homepage but not the explicit path of the new URL. e.g. old Source URL lawinorder.com.au/about-us is going to www.lawinorder.com but the redirect rule Target URL is https://www.lawinorder.com/au/about-us/. We have used Status code 301.

What steps have you taken to resolve the issue?

We have tried clearing caches, checked source and target URLs (target URLs all exist and work if directly accessed), tried changing order of rules, and several others.

Looking at this it does appear to be working now:

 curl -svo /dev/null https://lawinorder.com.au/about-us
* Host lawinorder.com.au:443 was resolved.
* IPv4: 172.67.75.36, 104.26.6.20, 104.26.7.20
*   Trying 172.67.75.36:443...
* Connected to lawinorder.com.au (172.67.75.36) port 443

< HTTP/2 301 
< date: Thu, 06 Feb 2025 16:29:33 GMT
< content-type: text/html
< location: https://www.lawinorder.com/au/about-us/
* Connection #0 to host lawinorder.com.au left intact

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.