Codeigniter (CI) index.php removing from url

 


<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

Comments

Popular posts from this blog

Code for Google Translator for Website with Indian Languages

Frequently asked: Vue.JS Interview Questions and Answers