Welcome Guest, Not a member yet? Register   Sign In
Why are urlencoded strings considered disallowed characters?
#11

[eluser]dtrenz[/eluser]
Ahh, that explains it (re: preg_quote).

so it should like this then:

Code:
$config['permitted_uri_chars'] = "a-z 0-9~%.:_+'\-";
#12

[eluser]Derek Jones[/eluser]
If you're using double quotes, yes.
#13

[eluser]dtrenz[/eluser]
[quote author="Derek Jones" date="1206040907"]So you're saying you got PCRE errors when using this?

Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\'\-';
[/quote]

Man, I have no idea. Now it's working for me.

I must've messed with too much of it. Somewhere along the lines I lost the escaping on the hyphen...

I'm now using the version you have, and it works just fine. Thank you. -d




Theme © iAndrew 2016 - Forum software by © MyBB