Welcome Guest, Not a member yet? Register   Sign In
URI Routing problem
#9

[eluser]onikage997[/eluser]
hi Bart,

Code below fixed the problem
Code:
$path = (isset($_SERVER['ORIG_PATH_INFO'])) ? $_SERVER['ORIG_PATH_INFO'] : @getenv('ORIG_PATH_INFO');
if (trim($path, '/') != '' && $path != "/".SELF)
{
$this->uri_string = $path;
return;
}


thanks


Messages In This Thread
URI Routing problem - by El Forum - 11-03-2010, 11:25 AM
URI Routing problem - by El Forum - 11-03-2010, 05:23 PM
URI Routing problem - by El Forum - 11-04-2010, 11:57 AM
URI Routing problem - by El Forum - 11-04-2010, 07:01 PM
URI Routing problem - by El Forum - 11-05-2010, 05:19 AM
URI Routing problem - by El Forum - 11-05-2010, 07:01 AM
URI Routing problem - by El Forum - 11-05-2010, 07:28 AM
URI Routing problem - by El Forum - 11-05-2010, 07:32 AM
URI Routing problem - by El Forum - 11-11-2010, 12:17 AM
URI Routing problem - by El Forum - 03-22-2012, 02:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB