Welcome Guest, Not a member yet? Register   Sign In
Problem with passing a specific character in another language.
#5

(08-08-2018, 02:12 AM)jreklund Wrote: How did you edit that file? You need to delete that row in case you want the real character or add a new row if you want it converted.

You also need to edit your application/config/config.php file to support more characters.
PHP Code:
/*
|--------------------------------------------------------------------------
| Allowed URL Characters
|--------------------------------------------------------------------------
|
| This lets you specify which characters are permitted within your URLs.
| When someone tries to submit a URL with disallowed characters they will
| get a warning message.
|
| As a security measure you are STRONGLY encouraged to restrict URLs to
| as few characters as possible.  By default only these are allowed: a-z 0-9~%.:_-
|
| Leave blank to allow all characters -- but only if you are insane.
|
| The configured value is actually a regular expression character group
| and it will be executed as: ! preg_match('/^[<permitted_uri_chars>]+$/i
|
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
*/
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'

I inserted the characters i want to change and worked fine, except that single character. i also tried to insert it in accepted_uri_chars and still nothing. I also deleted the character from the file as you said and i get the same error_404 page.

//Life motto
if (sad() == true) {
     sad().stop();
     develop();
}
Reply


Messages In This Thread
RE: Problem with passing a specific character in another language. - by HarrysR - 08-08-2018, 03:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB