I am working on a website with zend framework 1.12.
However the client is using IIS with no rewriting abilities, so I need to reconfigure zend to create urls like index.php/controller/action rather than /controller/action.
The easiest & least painful way I see doing it is to somehow tell zend router to put a prefix index.php in each url it generates.
The question is, is this possible and how?
I’ve found a solution that works for me.
If anyone else has this problem, here’s what I put in my Bootstrap.php: