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
Just redefine the base_url function or make a new one. Look at the source of base_url method
base_url
function _base_url($path = NULL) { return base_url() . $path . '.html'; }