Welcome Guest, Not a member yet? Register   Sign In
Allow urlencoded string in URI
#2

[eluser]Maxximus[/eluser]
Hi,

I think this one will work:

Code:
$config['permitted_uri_chars'] = 'éôèüö&, a-z 0-9~%.:;_-';

Make sure your app is using UTF-8. Perhaps you need to add some other special chars as well. The ; is a tricky one, you can leave it out if you don't use things like
Code:
€
in the uri.


Messages In This Thread
Allow urlencoded string in URI - by El Forum - 08-06-2008, 01:45 AM
Allow urlencoded string in URI - by El Forum - 08-06-2008, 08:23 AM
Allow urlencoded string in URI - by El Forum - 08-06-2008, 11:46 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 01:21 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 01:39 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 02:26 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:13 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:33 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:43 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 11:11 AM
Allow urlencoded string in URI - by El Forum - 08-08-2008, 03:04 AM
Allow urlencoded string in URI - by El Forum - 08-13-2008, 12:53 PM
Allow urlencoded string in URI - by El Forum - 08-13-2008, 01:57 PM
Allow urlencoded string in URI - by El Forum - 12-21-2010, 06:11 PM
Allow urlencoded string in URI - by El Forum - 02-12-2011, 02:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB