I Have index.php in my website home page and tried to remove it for some SEO purposes as follows but i am unable to do this by using the scripts in my htacess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [NC,QSA,L]
</IfModule>
how i can do this to remove the index.php