![]() |
permitted_uri_chars - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: permitted_uri_chars (/thread-6052.html) |
permitted_uri_chars - El Forum - 02-13-2008 [eluser]leon_dewey[/eluser] I am having a problem with uri's The URL i am requesting is http://localhost/Ci_1.6.0_test/type/news+personal, which works fine but in the controller i look at segment 2 and it equals 'news_personal' it automatically converts the + to and underscore. This is a problem as i want to explode the string on the + not the _ as i would like to be able to use something like this http://localhost/Ci_1.6.0_test/type/news+personal_reading. |