Changes for Codeigniter |
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??
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.
Because not everyone uses or has access to Apache with mod rewrite.
|
Welcome Guest, Not a member yet? Register Sign In |