Quote Originally Posted by fecomm View Post
If a URL has a plus sign (+) in a dynamic URL, it creates an indefinitely redirect loop. How can this be fixed?
Did this ever get answered? We're getting this with the advanced search (even though 'advanced_search' is in the exclude list).

What happens is a link that looks like this with SSU off...

http://www.partywebsite.co.uk/index....ts_add_product

...looks like this with it on...

http://www.partywebsite.co.uk/?searc...ts_add_product

...which still works, unless the user searches for a multi-word product and the keyword goes into the querystring like this...

1st+birthday

...whereas it should be...

1st%20birthday

Any clues how to fix this? Seems like it should be simple, but I can't work it out.

Thanks.

(Zen version 1.3.8a, SSU version 3.8.5)