Welcome Guest, Not a member yet? Register   Sign In
[RESOLVED][Apache/PHP5] Accessing controllers throws an 404 error
#4

You can view the server error logs for information.

Also you can run CodeIgniter's Profiler to see what it says.

If this is a live server do not leave this on it but you

Create a script to show you the php info see phpinfo below

DO NOT LEAVE THIS ON A LIVE SERVER!!!

PHP Code:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>

Hope this helps...
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: [RESOLVED][Apache/PHP5] Accessing controllers throws an 404 error - by InsiteFX - 01-25-2018, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB