ah450/guclink-www/master/polyfills/filters/lib/htc/.htaccess - Htaccess File

ah450/guclink-www/master/polyfills/filters/lib/htc/.htaccess

#We make sure that .htc files are served with the proper MIME type, which is critical for XP SP2
AddType text/x-component .htc

#We add logn term caching so that the IEs experience less of a slowdown
<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresDefault "access plus 1 month"
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache