Hello, I'm trying to redirect all the calls to the urls like:
/pdf/x1.pdf
/pdf/x2.pdf
....
/pdf/xN.pdf
to a single page: /download
But I cannot find the wildcard that works.
If I create the rule using a single url, it works fine:
/pdf/x1.pdf -> /download
Does anyone have the solution for this requirement?
Thanks
KR