how to remove index.php file from url in codeigniter? -


i trying remove index.php url, confused code used in .htaccess file , changes have make on related file in codeigniter .

just use .htaccess

rewriteengine on rewritecond $1 !^(index\.php|images|robots\.txt) rewriterule ^(.*)$ /index.php/$1 [l] 

taken here


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -