Welcome Guest, Not a member yet? Register   Sign In
form_open and index.php
#1

[eluser]ignited4now[/eluser]
Is there a way for form_open to not include index.php in the action attribute?

So instead of :

action="http://local.domain.com/index.php/controller/signup"

We would get :

action="http://local.domain.com/controller/signup"
#2

[eluser]dudeami0[/eluser]
Is it configured to not use index.php in the config file?
#3

[eluser]ignited4now[/eluser]
facepalm...Thank you

I did have a rewrite rule in place to bypass index.php,

I totally forgot to set $config['index_page'] = "";

Thanks again




Theme © iAndrew 2016 - Forum software by © MyBB