BlackBeltDesigns
12/6/2017 - 6:26 PM

Expression Engine mod_rewrite to remove "index.php"

As the title says... Expression Engine mod_rewrite to remove "index.php"

# Expression Engine mod_rewrite to remove "index.php"
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]