netlify name: barbadosbydrone
I am setting up what I believe to be fairly simple redirects, however they are not working.
The old url structure is: domain/drone-video.php?drone={id}
The new url structure is: domain/drones/{slug}
e.g. old url: https://barbadosbydrone.com/drone-video.php?drone=74
new url: https://barbadosbydrone.com/drones/birds-eye-view/
I have a series of rules in _redirects of this format:
/drone-video.php?drone=74 /drones/birds-eye-view/ 301!
When I try to access Barbados By Drone Redirects I am getting the 404 error page.
The deploy log shows that all 70 redirect rules were processed.
A test of the redirect rules in Netlify's playground always shows that all redirects are valid.
Asset optimization is turned OFF (so Pretty URLs is disabled)
Any of the rules that contain query parameters - i.e. those with drone-video.php?drone={id} - are failing.
The only rule that works is /index.php / 301!
I’ve been through the guide at [Support Guide] Making redirects work for you - troubleshooting and debugging but have not been able to resolve this issue.
Any help would be appreciated.