![]() |
Removing index.php issue - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Removing index.php issue (/showthread.php?tid=48234) |
Removing index.php issue - El Forum - 01-09-2012 [eluser]Unknown[/eluser] Hi people, I developed my project in localhost, using this .htaccess, everything worked flawlessly Code: <IfModule mod_rewrite.c> When I upload the project to server, accessing the URL without "index.php" isnt worked. Everytime I access my controllers without typing index.php, it will show Object not found! My question is: "What are the possible reasons when removing index.php in the URL is not work?" - I checked with Code: phpinfo(); - I have already changed Code: $config['index_page'] = ''; Thank you for your help! |