Debugging CodeIgniters 404 errors
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-03-31T15:19:59Z
Indexed on
2010/03/31
15:23 UTC
Read the original article
Hit count: 314
I'm having a nightmare uploading my site to the production server. The site runs fine locally and on a staging server (exactly the same server, settings as the production site). However when I deploy to production I'm getting a 404 error from CI.
CodeIgniters 404 error pages are frustrating because it seems as if i can't access other libraries from them. How can I go about debugging the error? See which controller is trying to be called etc.
© Stack Overflow or respective owner