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

[eluser]zdknudsen[/eluser]
I hope you don't mind me joining your debate. Wink

Anyway have you tried poking around with the uri_protocol config item?

Code:
/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| URI string.  The default setting of "AUTO" works for most servers.
| If your links do not seem to work, try one of the other delicious flavors:
|
| 'AUTO'            Default - auto detects
| 'PATH_INFO'        Uses the PATH_INFO
| 'QUERY_STRING'    Uses the QUERY_STRING
| 'REQUEST_URI'        Uses the REQUEST_URI
| 'ORIG_PATH_INFO'    Uses the ORIG_PATH_INFO
|
*/
$config['uri_protocol']    = "AUTO";


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