.htaccess Error in Codeigniter
问题 I am new to Codeigniter I have put an .htaccess in root folder of codeigniter 2.1.3. I have tried my .htaccess file on both xampp & wamp server but this is not removing my index.php. I have also set $config['index_page'] = 'index.php'; to $config['index_page'] = ''; and here is my .htaccess code <IfModule mod_rewrite.c> RewriteEngine on RewriteCond $1 !^(index\.php|js|images|system\/plugins|robots\.txt|css\/) RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> i dont know why this is not removing