I have this redirection:
$this->_helper->redirector('freenights/supplierId/' . $sws. '/contractId/' . $con);
It redirects me to this url:
http://contract.local/contracts/freenights%2FsupplierId%2F3%2FcontractId%2F2
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://contract.local/contracts/freenights/supplierId/3/contractId/2
why am I getting the 404?