How to remove index.php in codeigniter using htaccess

Hello,
As we speak, i we’ll present you the best way to take away index.php in codeigniter utilizing htaccess. This text provides you with easy instance of the best way to take away index.php in codeigniter utilizing htaccess. you’ll learn to take away index.php in codeigniter utilizing htaccess.
On this article, I’ll inform you the best way to take away index.php from url in codeigniter utilizing htaccess file. I’ll inform you the best way to take away index.php from url utilizing htaccess in codeigniter.
So let’s observe few step to create instance of the best way to take away index.php in codeigniter utilizing htaccess.
.htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
replace your htaccess file and test it.
Komentar
Posting Komentar