I recently posted a review of the popular PHP Framework “Codeigniter”. Most of the people have a hard time removing the index.php from the url so I have given the steps below
1. Create a new file named .htaccess and put it in the root of your application and write the following in it
<IfModule mod_rewrite.c>
RewriteEngine [...]