I built an application on one server and now have to move it to another. Now on the new server I’m getting 404 errors. The index page loads fine, but everything else fails. The application works fine on the first server, nothing in it has been changed, I’ve enabled overides on the new server and have tried all the flavors of config[‘uri_protocol’] to no effect. I’m baffled.
It was built on php v.5.1.5 Apache 2.2.2, MySQL 5.0.24
It’s being moved to PHP 4.3.10, Apache 2.0.49, MySQL 4.0.18
