Manage Redirects not working for space or parenthesis
Hi, would like to ask about the Manage Redirects.
we have a Source URL something like this
/content/<path>/<path>/<path>/filename (1).pdf
And it should redirect to
{domain}/content/<path>/<path>/<path>/filename.pdf#zoom=25
I've tried similar approach to this one:
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2702#issuecomment-996704867
In which I converted the 'space' to underscore or hyphen via Dispatcher.
And tried adding rule to Manage Redirect
/content/<path>/<path>/<path>/filename-(1).pdf
to
{domain}/content/<path>/<path>/<path>/filename.pdf#zoom=25
But it seems that it is not working.
What could be the possible approach or fix for this one.
Thanks!