I am trying to remove \"index.php\" from url in Codeigniter. I know how to remove index.php from base url like this example.com/controller.
But i do
Update this variable in config.php $config['index_page'] = '';. Remove index.php
$config['index_page'] = '';
index.php