Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter with php5 - CI-generated 404 Error
#3

[eluser]Eric Cope[/eluser]
I found the reason why this fails...
In the function, _set_route_mapping(), on line 94(ish):
Code:
$this->uri_string = $this->_get_uri_string();
with .htaccess empty, this returns "".
when I add that line to .htaccess, $this->uri_string returns "admin/index.php".

The following line of CI code is:
Code:
if ($this->uri_string == '')
    {
the existance of /admin/index.php forces additional processing where when it is '', the default controller is selected and everything is dandy.

not sure why it is coming through for php5 and not php4...
The saga continues...


Messages In This Thread
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-02-2008, 05:11 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-02-2008, 07:51 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 12:33 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 12:42 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 12:52 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 01:09 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 05:00 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 07:59 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 10:12 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 10:14 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 10:16 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 10:31 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-03-2008, 10:38 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-04-2008, 09:28 AM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:04 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:08 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:11 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:14 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:20 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:25 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:29 PM
CodeIgniter with php5 - CI-generated 404 Error - by El Forum - 02-05-2008, 01:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB