Welcome Guest, Not a member yet? Register   Sign In
question with form_open
#1

[eluser]thebwit[/eluser]
So I just figured out the form helper but I am having an issue.

All of my url's are re-written in that I removed the index.php from the URL. Yet when I use form_open() it puts it in there.

I have been trying to figure out how to remove it as I don't want index.php in any of my urls.

Thanks for the help with this.
#2

[eluser]danmontgomery[/eluser]
in ./application/config/config.php, change

Code:
$config['index_page'] = "index.php";

to

Code:
$config['index_page'] = "";
#3

[eluser]thebwit[/eluser]
Man I feel dumb. I totally didn't read everything in the comments about that in the config file. thanks.




Theme © iAndrew 2016 - Forum software by © MyBB