Hello,
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:)