Felk
Felk
CDCloudflare Developers
Created by Felk on 6/18/2024 in #pages-help
Match query string parameter in _redirect
The documentation section Advanced Redirects says that Query Parameters of this form are unsupported:
/shop id=:id /blog/:id 301
/shop id=:id /blog/:id 301
I suspect this means that the redirect engine is just not query-parameter-aware, but I do wonder if it would be possible to do "plain/text-based" query parameter matching like this...?
/shop?id=:id /blog/:id 301
/shop?id=:id /blog/:id 301
Or is this also not possible? My usecase is that I am turning an old PHP-based forum to static files and want to retain the existing "threads.php?thread=123"-style URLs
1 replies