Forum Moderators: phranque
You could also try enclosing your mod_mime AddHandler and/or AddType directives in <Files> or <FilesMatch> containers -- See Apache core doc. Be careful: <Files> and <FilesMatch> mean filenames, not URLs, and do not take directory paths into account, only the filename.
Jim