Welcome Guest, Not a member yet? Register   Sign In
how to permit the "?" and "=" in the url ?
#2

[eluser]TheFuzzy0ne[/eluser]
You need to escape the question mark:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-\?=';

Why do you need to use those characters? If you really need to use query strings, you should enable that via your config.php file. I don't believe you need to add those characters, but I'm not sure.

Using an htaccess file can negate the need to use a question mark, and using [url="http://ellislab.com/forums/viewthread/106502/#536309"]my alternate URI syntax library[/url] can negate the need to use "=".


Messages In This Thread
how to permit the "?" and "=" in the url ? - by El Forum - 03-04-2009, 11:03 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-04-2009, 11:52 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 02:47 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 03:13 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 03:26 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 03:28 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 03:55 AM
how to permit the "?" and "=" in the url ? - by El Forum - 03-05-2009, 04:20 AM
how to permit the "?" and "=" in the url ? - by El Forum - 11-19-2010, 06:54 AM
how to permit the "?" and "=" in the url ? - by El Forum - 04-19-2012, 11:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB