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
Enable mod_rewrite restart your apache server and in your .htaccess
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L,QSA]