Hello, I'm new to ZendFramework and I try to fix a bad behavior of my site. I have a standard installation of Zend and I use the language selection form User-Agent or URL. For example, I can use http://www.mydomain.com/de to switch to german version. If I don't put any suffix, the site switch to english or the first language-accept of the request. Nothing unusual.
Now, I have a url like this : http://www.mydomain.com/?var1=foo&var2=http://www.google.com/es/&var3=toto Zend seems to understand this as a bad url because it detects "es" in the parameters and switch to spanish version and tells me that &var3 is not a valid controller. One more detail : the problem doesn't occur on every server... (they have as far as I know the same conf) Why does it go after the "?" ? Did you ever see a problem like this ? Do you have any idea to investigate or fix it ? Thanks for your help, ---- MP -- View this message in context: http://www.nabble.com/Invalid-Controller-exception-because-of-GET-parameters-tp24610577p24610577.html Sent from the Zend Framework mailing list archive at Nabble.com.
