.htc IE Can not access

fabulous

Verified User
Joined
Jul 31, 2006
Messages
35
http://support.microsoft.com/?scid=kb;en-us;306231&x=16&y=11

RESOLUTION
You can resolve the problem on the Apache Web server side if you add the correct MIME type for the HTC behavior with the following command:

AddType text/x-component .htc

If the command AddType is not found or is not available, follow these steps to add the MIME type text/x-component for the .htc file manually to the Apache Web server.
1. Locate the directory /Etc/apache/.
2. Open the file Mime.types.
3. Add the following line to the file: text/x-component htc
4. Save and close the file.
5. Restart the Apache Web server. The Mime.types file is reloaded after you type: /usr/apache/bin/apachectl restart

BUT, Null and void,
I do't know Directadmin where in the end of the mime control. I have all the normal local xampp.

I modified the /etc/mime.types and /etc/httpd/conf/mime.types
Are null and void
 
Back
Top