I customer of ours is having issues trying to get multiviews working, their .htaccess is the following:
Code:
DirectoryIndex index.html index.htm index.php
AddType application/x-httpd-php .html .htm
Options MultiViews
What do you recommend to get this working?