[eluser]IanMcQ[/eluser]
Hi guys,
I have an ajax module that takes in the 3rd segment of a URL. Sometimes this 3rd segment may contain a "!" but unfortunately CI pukes out and says that "The URI you submitted has disallowed characters" error. I was wondering what I could add to the $config['permitted_uri_chars'] field in my config to ALLOW "!" in URLs. Please let me know if this is possible and how to do this.
Thanks in advanced! I really love CI!