Last Updated: February 25, 2016
·
650
· ramirors

Remove index.php of url

Just use this!!

RewriteEngine on
RewriteCond $1  !^(index\.php|js|robots\.txt|captcha|assets|css|img|js)
RewriteRule ^(.*)$ /index.php/$1 [L]