![]() |
Using + in URI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Using + in URI (/showthread.php?tid=5439) |
Using + in URI - El Forum - 01-21-2008 [eluser]ccachor[/eluser] Is this bad practice to permit this character in the URI? When I urlendcode I get links like foo+bar and I saw a couple posts about changing something in the Router.php file but I think that was an older version of CI. Anyways, I don't really understand why + isnt permitted by default. Please let me know! |