URI segment with . in it gets converted to _

cilaas

New Member
Hello hi have this issue, I call this url:\[code\]user_confirm/[email protected]\[/code\]then use this:\[code\]echo $email = $this->uri->segment(3);\[/code\]And it outputs:\[code\]this_is_fake@gmail_com\[/code\]Why?p.s. this is my config:\[code\]$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-@';\[/code\]Thanks!
 
Back
Top