Welcome Guest, Not a member yet? Register   Sign In
Permitted url characters
#1

[eluser]Volkscom[/eluser]
We need to avoid only these characters <,>,&,(,),%,",' bcause we are using unicode fonts in our web site. How can we do this.
#2

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

InsiteFX
#3

[eluser]Volkscom[/eluser]
We know this. We need to avoid only these characters <,>,&,(,),%,”,’ because we want use unicode characeters
#4

[eluser]predat0r[/eluser]
[quote author="Volkscom" date="1307525447"]We know this. We need to avoid only these characters <,>,&,(,),%,”,’ because we want use unicode characeters[/quote]

So change the characters to yours and escape them if needed.




Theme © iAndrew 2016 - Forum software by © MyBB