Welcome Guest, Not a member yet? Register   Sign In
Wierd URL dissapearing[resolved]
#1

[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




Theme © iAndrew 2016 - Forum software by © MyBB