public function saveAction( $reportType, $clientId, $date )
{
return $this->response->redirect('report/list/' . $reportType . '/' . $clientId);
}
End up here:
mydomain.com/index.phpreport/list/da/178
Putting a leading slash in front of report did not help. I'm worried I config'd something wrong.
Do I need to edit the apache setup to remove index.php from the url?