show/hide this revision's text 2 added 601 characters in body

Try posting your httpd.conf and php.ini, along with

The problem seems to be in mod_mime.

Quote from the Apache and PHP versionsmod_mime documentation page:

If you would prefer only the last dot-separated part of the filename to be mapped to a particular piece of meta-data, then do not use the Add* directives. For example, if you wish to have the file foo.html.cgi processed as a CGI script, but not the file bar.cgi.html, then instead of using AddHandler cgi-script .cgi, use

<FilesMatch \.cgi$>

SetHandler cgi-script

</FilesMatch>

Also, you can google for apache mod_mime "multiple extensions"

show/hide this revision's text 1

Try posting your httpd.conf and php.ini, along with Apache and PHP versions.