I am using codeigniter framework. Now I want to remove index.php from URL
Example:
- www.domain.com/city/city-name/index.php
- www.tomatosale.com/search/search-field/index.php
Actually I want to remove the "index.php" at end of the URL,
Now my config.php $config['index'] = ''
;
Please anyone help me how to do that?