Why is the slash after supplierId URL encoded? In theory it shouldn't make a difference, but it might if the routing match is being made against the encoded string rather than the decoded string.
David Sent from my iPhone On 27/12/2012, at 3:24 AM, Javier Garcia <[email protected]> wrote: > Any idea? > > On 12/24/2012 11:27 AM, Javier Garcia wrote: >> Hi, >> >> I have this redirection: >> >> $this->_helper->redirector('freenights/supplierId/' . $sws. '/contractId/' . >> $con); >> >> It redirects me to this url: >> http://contractlink.local/contracts/freenights/supplierId%2F3/contractId/2 >> >> but I get this 404 error: >> >> The requested URL /contracts/freenights/supplierId/3/contractId/2 was not >> found on this server. >> >> If i don't have any problem going directly to >> http://contractlink.local/contracts/freenights/supplierId/3/contractId/2, >> why am I getting the 404? >> >> Regards >> >> Javier > > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
