[RESOLVED][Apache/PHP5] Accessing controllers throws an 404 error |
01-24-2018, 05:44 AM
(This post was last modified: 01-24-2018, 06:46 AM by dfun. Edit Reason: Fixed! ) (01-24-2018, 04:22 AM)InsiteFX Wrote: First off I would check the php version running on the server. Hey. The php version running is 5.4.45. (Yes, I know, rather ancient, but I already tell everyone that we should prioritize migrating to PHP 7 ASAP.) As for the modules, I can't really say which are included vanilla and which would be known to cause the issue. I've tried using PHP 5.4.45 on my local machine just now and CodeIgniter worked as intended with it. If you can hint me to where to look for the information needed to figure out the issue, I'll gladly post those. Or maybe you might have an idea which module or config property could be the perpetrator? Edit: I found the problem! I actually found a different .htaccess snippet from InsiteFX here on the forums and that did the trick. I think it had to do with how Apache integrates PHP. Thanks though! |
Messages In This Thread |
[RESOLVED][Apache/PHP5] Accessing controllers throws an 404 error - by dfun - 01-24-2018, 12:51 AM
RE: [Apache/PHP5] Accessing controllers throws an 404 error - by InsiteFX - 01-24-2018, 04:22 AM
RE: [Apache/PHP5] Accessing controllers throws an 404 error - by dfun - 01-24-2018, 05:44 AM
RE: [RESOLVED][Apache/PHP5] Accessing controllers throws an 404 error - by InsiteFX - 01-25-2018, 04:44 AM
|