Olhe no ser config. tem o seguinte:
/* |-------------------------------------------------------------------------- | Allowed URL Characters |-------------------------------------------------------------------------- | | This lets you specify which characters are permitted within your URLs. | When someone tries to submit a URL with disallowed characters they will | get a warning message. | | As a security measure you are STRONGLY encouraged to restrict URLs to | as few characters as possible. By default only these are allowed: a-z 0-9~%.:_- | | Leave blank to allow all characters -- but only if you are insane. | | DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!! | */ $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; Ou seja, só esses caracteres ali de cima podem ser enviados pela url. Abraço On Mon, Mar 17, 2008 at 6:47 PM, Hermes Alves <[EMAIL PROTECTED]> wrote: > Disallowed Key Characters. > > Minha gente, que erro é este? > > Disallowed Key Characters. > > Att, > 'É um orgulho ter você como nosso cliente' > ____________________________ > Hermes Alves > Gerente TI > > ArgoHost.net > Hospedagem Web com Facilidade > http://www.argohost.net > Suporte Telefônico: (85) 3264 9944 / (11) 4063 4844 R. 102 > E-mail: [EMAIL PROTECTED] > > > > _______________________________________________ > Lista mailing list > [email protected] > http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br > -- Felipe Diesel http://felipediesel.net http://sigasw.com.br _______________________________________________ Lista mailing list [email protected] http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br

