Back to photostream

Removing index.php from URLs in CodeIgniter using htaccess

Removing index.php from URLs in CodeIgniter using htaccess

This post help you to remove index.php file form url using htaccess in codeigniter or ci

.htaccess file in root directory

RewriteEngine on

RewriteCond %REQUEST_FILENAME !-f

RewriteCond %REQUEST_FILENAME !-d

 

RewriteRule ^(.*)$...

 

www.phpcodehub.com/codigniter/removing-index-php-from-url...

47 views
0 faves
0 comments
Uploaded on May 26, 2016