We have a customer who is using expression engine and is getting 500 errors when running their rewrite rules, below is a copy of the .htaccess file:
does anyone have any idea why this is occurring?
Code:
# REDIRECT ROOT
# /////////////////////////////
DirectoryIndex index.php
# REMOVE INDEX.PHP FROM EE
# /////////////////////////////
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]