neowutran/Nuitinfo/master/static/nuitinfo/frontend/polices/.htaccess - Htaccess File

neowutran/Nuitinfo/master/static/nuitinfo/frontend/polices/.htaccess

AddType application/x-httpd-php php
<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresDefault                          "access plus 2 month"
  ExpiresByType application/x-httpd-php   "access plus 300 seconds"
  <IfModule mod_headers.c>
    Header append Cache-Control "public"
  </IfModule>
</IfModule>
<FilesMatch ".(ttf|woff|eot|svg)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache