Welcome Guest, Not a member yet? Register   Sign In
Strange URI behavior
#2

[eluser]bastones[/eluser]
Code:
$config[‘uri_protocol’] = “AUTO”

Just above this variable you see some comments:

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
|
*/

Try each one, PATH_INFO, QUERY_STRING, REQUEST_URI and ORIG_PATH_INFO and one should work for you Smile.


Messages In This Thread
Strange URI behavior - by El Forum - 11-10-2008, 03:08 PM
Strange URI behavior - by El Forum - 11-10-2008, 03:26 PM
Strange URI behavior - by El Forum - 11-10-2008, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB