Sorry, I'll try that again, forum wouldn't let me correct my last post...

Originally Posted by
fecomm
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' and 'advanced_search_result' are in the exclude list).
What happens is a link that looks like this with SSU off...
HTML Code:
http://www.partywebsite.co.uk/index.php?main_page=index&search_in_description=1&keyword=barbie&inc_subcat=0&sort=20a&action=multiple_products_add_product
...looks like this with it on...
HTML Code:
http://www.partywebsite.co.uk/?search_in_description=1&keyword=barbie&inc_subcat=0&sort=20a&action=multiple_products_add_product
I don't get why it is removing part of the string here but it still works ok, unless the user searches for a multi-word product and the keyword then 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)
Bookmarks