For context, we migrated our store from PHP to Shopify two months ago.
The URL redirects are set up as shown in this image
Our website’s old PHP URLs are configured in the “Redirect from” field, and the new Shopify page URLs are added in the “Redirect to” field:
Redirect from: /breakthrough.php
Redirect to: /collections/massage-chairs
To clarify, I’m referring specifically to path-based redirects, not domain-level redirects.
Ideally, when URL redirects are properly configured, accessing https://medicalbreakthrough.com/breakthrough.php should redirect the user to https://medicalbreakthrough.com/collections/massage-chairs.
This used to work as expected but is now returning an “ERROR 400 Bad Request.”
I’d really appreciate help from someone who is familiar with Shopify’s redirect functionality to help resolve this issue.