Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]comma routing
#1

[eluser]my9006ci[/eluser]
hello

i have problem with my code

i want to routing uri with comma in url
like this
Quote:http://localhost/ci/index.php/cpadmin/ce...kbox/24,26

but,code igniter cannot proccess
code igniter says
Quote:The URI you submitted has disallowed characters.

so ..please help me...
what can i do now?
#2

[eluser]theprodigy[/eluser]
what is the reason for wanting the commas?
#3

[eluser]ciGR[/eluser]
You can check in your config file the option
Code:
$config['permitted_uri_chars']
and add the comma.
#4

[eluser]my9006ci[/eluser]
thanks ciGR....




Theme © iAndrew 2016 - Forum software by © MyBB