how to remove index.php from codeigniter URL [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: how to remove index.php from url in codeigniter ? I want to remove index.php from the codeigniter url. I have created .htaccess file and placed the following code on it (as found on the CodeIgniter website. But i can not access anything on the localhost. I get the error "Not Found", if i place the code in the .htaccessfile. RewriteEngine on RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRule ^(.*)$