# If you are using an Apache server, then copy the contents of this file # and paste it into a file with the name '.htaccess' # then place the .htaccess file in the root directory of your site. E.G.: # If your site is http://your.site.com/ then place .htaccess file in the # 'public_html' or 'www' folder of your Server. If the root of your site is at # http://your.site.com/personalsite/ then place the .htaccess file in the # 'public_html/personalsite' directory on your server. # This line tells Apache to send any file with a .htc extension to the browser # with a MIME type of 'text/x-component' # That is to say, it outputs an HTTP header such as: # Content-Type: text/x-component AddType .htc text/x-component