I am using CodeIgniter framework for PHP. It requires that index.php should be there in whatever url i type. How do i prevent this? Can anybody provide me a simple .htaccess file that will implicitly map it to index.php so user doesn’t have to type it every time?
Thanks in advance:)
You need to read this
http://codeigniter.com/wiki/mod_rewrite/
Because you’ll also need to make a small code change (in step 2) not covered in Svens answer.