Welcome Guest, Not a member yet? Register   Sign In
Remove 'index.php' from system wide URL?
#1

[eluser]Shpigford[/eluser]
I know how to remove the index.php from regular URLs but what about when it is inserted automatically?

Take for instance the form_open() helper.

If I do:
Code:
form_open('email/send');

It echo's out:
Code:
http://example.com/index.php/email/send

How can I get rid of the "index.php" on that sort of thing?
#2

[eluser]Seppo[/eluser]
In config.php, you have to cjhange the index_page config value
#3

[eluser]codelearn[/eluser]
Specifically, you make it blank:

Quote:$config['index_page'] = "";




Theme © iAndrew 2016 - Forum software by © MyBB