Welcome Guest, Not a member yet? Register   Sign In
.htaccess - Filenames in URI
#4

[eluser]Pascal Kriete[/eluser]
Hmm, just ran a quick test to double check. It's not CI.

Test controller:
Code:
function home($param)
{
    echo $this->uri->uri_string(),'<br />';
    die($param);
}
Prints:
[pre]
/test/home/kass.jpg
kass.jpg
[/pre]

Do you have any router changes that might do this? What happens if you read out $_SERVER['PATH_INFO']?


Messages In This Thread
.htaccess - Filenames in URI - by El Forum - 10-05-2008, 04:48 PM
.htaccess - Filenames in URI - by El Forum - 10-05-2008, 04:52 PM
.htaccess - Filenames in URI - by El Forum - 10-05-2008, 04:58 PM
.htaccess - Filenames in URI - by El Forum - 10-05-2008, 05:10 PM
.htaccess - Filenames in URI - by El Forum - 10-06-2008, 03:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB