[eluser]Saji[/eluser]
Hello Everyone,
I have a problem with one of my project developed in CodeIgniter. The problem is, when i take the URI segment it DOT(.) is replace with UNDERSCORE (_). Why this happen? I have enabled to accept "." in URI string.
$config['permitted_uri_chars'] = 'a-z 0-9~%+\'_=.:_?\-';
Please help...
Thanks
Saji