Welcome Guest, Not a member yet? Register   Sign In
URL/URI problem [Solved]
#1

[eluser]Queops[/eluser]
Hello everyone.

I got a controller called main, that has a function:
Code:
function test($name)
    {
        echo $name;
    }
As simple as this.
Now, I have my fancy URL's but if I go to example.com/main/test/FileName-_-Whatever_Strng-Here_0.0.1.zip,
what shows up is:

FileName-_-Whatever_Strng-Here_0_0_1_zip

Which means it converts the dots to underscores.. but I have no clue why. My uri permitted chars are as default (which means .'s are allowed).

EDIT: I also talked to people on IRC channel, some guy tried this out and told me works fine for him. So I suspect it's Apache or PHP related.

So.. what could it be?


Messages In This Thread
URL/URI problem [Solved] - by El Forum - 02-07-2010, 07:40 PM
URL/URI problem [Solved] - by El Forum - 02-08-2010, 12:19 AM
URL/URI problem [Solved] - by El Forum - 02-08-2010, 01:09 AM
URL/URI problem [Solved] - by El Forum - 02-08-2010, 06:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB