Disallowed Key Characters in url |
Dear All,
I 'm facing with this problem: If I write URL with non-allowed characters like: xyz.hu/csöcsösnyúl I got this message: "Disallowed Key Characters.csöcsösnyúl". It is ok. But If I call xyz.hu URL again I got the same message: Disallowed Key Characters.csöcsösnyúl. Why? If I delete the browser cache, or use incognito window, I can call the xyz.hu without error. I don't understand why. Any idea? Thanks in advance Penteka
Hi all
I've found this code: source Code: $CFG =& load_class('Config'); I inserted into system/core/Input.php. Now it works properly. Ya hey! Any comments very welcome Thx penteka
You should never edit and mess with the System Core Files!!!
You extend them to make modifications. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
This is saved in - ./application/core/MY_Input.php
PHP Code: class MY_Input extends CI_Input If Library is in ./system/core then you - Save in ./application/core/Filename.php If Library is in ./system/libraries then you - Save in ./application/libraries/Filename.php What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |