![]() |
Wierd URL dissapearing[resolved] - 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: Wierd URL dissapearing[resolved] (/showthread.php?tid=10129) |
Wierd URL dissapearing[resolved] - El Forum - 07-19-2008 [eluser]bigdaddysheikh[/eluser] Hey guys, I am making a form in CI. This form action works in the other CI application I made but for some reason, in the new one, the url disappears. Code: <?=form_open('admin/city/insert', array('class' => 'listForm')); ?> That is the form code. When the form is submitted, the url becomes "index.php/city". There is now "index.php/admin/city/insert". I do not know how to trouble shoot for this. There are no errors and I do not understand this redirect. SOLVED: MY URI CONFIGURATIONS WERE INCORRECT |