Hi
I'm working on old code that had its environment set up by someone else. Everything worked fine.
Now I'm setting it up under Linux and finding that a lot of the code breaks when clicking on links.
I.e. http://localhost/index.php/budget/admin/list ... works
but http://localhost/budget/admin/list ... but this fails
Rather than changing all the lniks to have index.php at the start does anyone know how to fix this?
I've tried playing around with mod rewriting/.htaccess but to no avail.
Thank you!