view 1__Development/6__Website/POPExpressServer/savedSyntaxGraphs/htaccess @ 7:20a1407463a0

sort of working with view sets -- does restore, (not tested) have to chg Display to handle view sets
author Sean Halle <seanhalle@yahoo.com>
date Thu, 07 Aug 2014 00:10:50 -0700
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>