![]() |
make uri safe? (remove disallowed characters) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: make uri safe? (remove disallowed characters) (/showthread.php?tid=55514) |
make uri safe? (remove disallowed characters) - El Forum - 10-30-2012 [eluser]Hamed[/eluser] I want to remove disallowed characters in uri how can I do it? and also change space to dash. make uri safe? (remove disallowed characters) - El Forum - 10-30-2012 [eluser]solid9[/eluser] have you tried reviewing the URI routing in the User Manual? http://ellislab.com/codeigniter/user-guide/general/routing.html make uri safe? (remove disallowed characters) - El Forum - 10-30-2012 [eluser]solid9[/eluser] also try to read this as well, http://ellislab.com/codeigniter/user-guide/general/security.html |