![]() |
URL problem from User Guide - 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: URL problem from User Guide (/showthread.php?tid=48407) |
URL problem from User Guide - El Forum - 01-15-2012 [eluser]zqkun[/eluser] I download CodeIgniter 2.1.0 and I followed the <a href="http://ellislab.com/codeigniter/user-guide/tutorial/" target="_blank">tutorial</a> on User Guide 2.1.0 to create a simple dynamic page, but when I try to submit a form with a URL Code: http://localhost/CodeIgniter/index.php/news/create Code: http://localhost/CodeIgniter/index.php/news/localhost/CodeIgniter/index.php/news/create ![]() routes.php Code: $route['news/create'] = 'news/create'; |