I’m trying to set up a redirection rule to map an incoming url which will contain a parameter to be passed to an internal url…
Well, here’s the example:
Incoming url: /support?id=123456
should me redirected to: /WWW/support.nsf/ticket?OpenAgent&id=123456
Problem:
When using an ? (questionmark) in the incoming url, I always get a 404
I have tried to use & instead of ?, but that doesn’t work either. Server is telling me there’s no such design element…
So, ultimate question. Is is possible to create an redirection or substitution rule where the incoming url can contain a parameter and then pass this to the replacement or redirect url ?