annotate 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
rev   line source
seanhalle@5 1 <FilesMatch "\.(ttf|otf|eot|woff)$">
seanhalle@5 2 <IfModule mod_headers.c>
seanhalle@5 3 Header set Access-Control-Allow-Origin "*"
seanhalle@5 4 </IfModule>
seanhalle@5 5 </FilesMatch>