Welcome Guest, Not a member yet? Register   Sign In
Remove the index.php htaccess
#2

[eluser]cirox![/eluser]
Use the .htaccess file from here:

http://codeigniter.com/wiki/mod_rewrite/

Set your config file to:
Code:
$config['index_page'] = "";
$config['uri_protocol']    = "AUTO";
This has worked reliably for me both locally (windows + linux) and on my hosting environment without the need for any modifications.

Kudos to Elliot Haughin


Messages In This Thread
Remove the index.php htaccess - by El Forum - 10-19-2010, 01:24 AM
Remove the index.php htaccess - by El Forum - 10-26-2010, 09:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB