I've copied the code
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
and copied it in a new .htaccess file and placed it in root directory of my project (D:\xampp\htdocs\testproj).
but it's not working.
showing error 404 when accesing without index.php
help!