CodeIgniter Forums
Changes for Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Changes for Codeigniter (/showthread.php?tid=67406)



Changes for Codeigniter - lazyme114 - 02-19-2017

I would like to ask codeigniter team why they put index.php on config.php asĀ $config['index_page'] = 'index.php'; when they know the first thing we do is remove that. so why not remove it from the start??


RE: Changes for Codeigniter - llebkered - 02-19-2017

Starting with an index.php. It's kind of a standard thing to do. Removing the index.php file also involves making changes to the root .htaccess file. The .htaccess in the documentation (https://codeigniter.com/user_guide/general/urls.html ) works in most cases but doesn't suit all server environments.


RE: Changes for Codeigniter - enlivenapp - 02-27-2017

Because not everyone uses or has access to Apache with mod rewrite.