On Sat, Jun 13, 2009 at 10:47 PM, Matthew Ratzloff<[email protected]> wrote: > This is an Apache issue (or perhaps "feature", as it is intended > behavior). It is possible to disable this, but you should consider > simply filtering out the forward slash character from searches or > passing the search in the query string. > > -Matt
Thanks for the info. I am relying on the ZF's built in form function "stringtrim" for search field. What can I do to disregard the slash (/)? Just because of this one character, my whole application on search engine friendly URL is completely messed up. Thanks again!
