Welcome Guest, Not a member yet? Register   Sign In
Removing index.php from links generated by Ci [SOLVED]
#2

[eluser]lenswipe[/eluser]
Solved it guys with this helpful post here: http://ellislab.com/forums/viewthread/65085/ from Michael Wales - thanks Michael!


To cut a long story short, you need to go into the config.php file and change:
Code:
$config['index_page'] = 'index.php';
to
Code:
$config['index_page'] = '';


Messages In This Thread
Removing index.php from links generated by Ci [SOLVED] - by El Forum - 04-14-2011, 08:48 PM
Removing index.php from links generated by Ci [SOLVED] - by El Forum - 04-14-2011, 08:57 PM
Removing index.php from links generated by Ci [SOLVED] - by El Forum - 04-14-2011, 11:59 PM
Removing index.php from links generated by Ci [SOLVED] - by El Forum - 04-15-2011, 11:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB