Parameter Forwarding
-
Hello,
I have a question about Parameter Forwarding.
How can I remove ampersand(&) from being inserted into a link.Target URL: http://example2.com/?
Pretty link: http://example.com/?Search=text
When Parameter Forwarding is enabled the result will be: http://example2.com/?&Search=text
I would like it to look like: http://example2.com/?Search=textHow could I achieve that? I imagine it has to do something with param_forwarding, but I cannot find the place in code that is responsible for the actions.
Thank you.
The topic ‘Parameter Forwarding’ is closed to new replies.