I want to remove "Index.php" from every url of the project. I follow many instruction of previous asked question. But i am unable to solve the issue. I am unable to find the actual .htaccess file. My Codeigniter version is "3.0.6" .htaccess file contain this
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
Please guide me. If any information is missing in this question please let me know. I am new in Codeigniter.
