I am new in CodeIgniter. I setup CI in my localhost Eg. localhost/MyProjects/CodeIgniter/welcome/index
I can able to remove the index.php from the url & I also c
Change your config.php file
$config['url_suffix'] = '.html';