strange routing behaviour - 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: strange routing behaviour (/showthread.php?tid=12002) |
strange routing behaviour - El Forum - 10-01-2008 [eluser]plainas[/eluser] This is rather strange, or at least there's something I am missing in here. Here's the problem: I enabled the querystring in a search form, problem is it only works if more than one parameter is passed, otherwise codeigniter sends a 404. This is rather strange: http://example.com/result/4ozi3o5g?q=bla&submit=submit <---- This works http://example.com/result/4ozi3o5g?q=bla&a <---This works http://example.com/result/4ozi3o5g?q=bla& <---This doesn't work http://example.com/result/4ozi3o5g?q=bla <---This doesn't work What am i missing in here? strange routing behaviour - El Forum - 10-01-2008 [eluser]Yash[/eluser] No idea may be kind of bug Please report |