I want to access my URL\'s without index.php in CodeIgniter. Here is my Blog controller
index.php
Blog
class Blog extends CI_Controller { pub
Please change your base_url path which exist in application/config
$config['base_url'] ='localhost/projectname/index.php'
to
$config['base_url'] ='localhost/projectname/'