Not redirecting URLs with many parameters
-
I’m not being able to redirect more complex URLs like:
/pacotes/por-sub-area.do?sub-area=41&nome=Pacotes%20-%20Fran%E7a
The URL above simply never matches.
It’s curious that if I use wild cards, I get the following behaviors:
/pacotes/por-sub-area.do?sub-area=41* – DIDN’T WORK
/pacotes/por-sub-area.do* – WORKEDAnyway, I needed it to work for the full URL I first typed.
Any clues?
- The topic ‘Not redirecting URLs with many parameters’ is closed to new replies.