view 1__Development/6__Website/POPExpressServer/savedSyntaxGraphs/htaccess @ 9:a8e5e71adcf3

Maintenance.. been a while.. lots of stuff
author Sean Halle <seanhalle@yahoo.com>
date Sun, 07 Dec 2014 12:38:00 -0800
parents
children
line source
1 <FilesMatch "\.(ttf|otf|eot|woff)$">
2 <IfModule mod_headers.c>
3 Header set Access-Control-Allow-Origin "*"
4 </IfModule>
5 </FilesMatch>