Welcome Guest, Not a member yet? Register   Sign In
permitted_uri_chars rejects all non-ASCII hex values
#9

[eluser]Avatar[/eluser]
heres a suggestion albeit not a good one. you can add the character not permitted into your config.php as below:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-`;';

theres a weird thing about the above string though, if I remove ` then it breaks. any special chars I want in there i have to place ` then all special chars I want.


Messages In This Thread
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 02:15 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:03 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:11 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:24 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:28 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:34 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-05-2008, 03:36 PM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-06-2008, 12:37 AM
permitted_uri_chars rejects all non-ASCII hex values - by El Forum - 03-06-2008, 01:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB