|
Apache Mime Types
Howdy all, I'm running Apache 1.3 w/ MySQL 5 and PHP 5 on Slackware 10.0.
Anyhow, I'm trying to implement CSS pop-out menus on my website. Which of course has IE pouting in the corner.
I'm trying to use a .htc file to make IE play nice and added the following:
<i>text/x-component htc</i>
to my mime.types file. Following an Apache restart, I seem to have accomplished nothing. I also tried:
<i>AddType text/x-component .htc</i>
to httpd.conf also with no good result.
Any ideas what I'm missing? The .htc file is good, and for now I'm using an absolute URL which is accurate.
|