Welcome Guest, Not a member yet? Register   Sign In
codeigniter disallowed characters error
#1

[eluser]ram reddy[/eluser]
Hi , if i trying to access this url http://localhost/common/news/32/???????+...?+???.html , it shows an An Error Was Encountered, The URI you submitted has disallowed characters. I set $config['permitted_uri_chars'] = 'a-z 0-9~%.:_=+-' ; ..// WHat i do ?
#2

[eluser]dudeami0[/eluser]
Remember its regex, so you wouldd actually need escape the + (\+) and any other special characters in there.




Theme © iAndrew 2016 - Forum software by © MyBB