.htaccess 267 B

123456
  1. # Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)
  2. <FilesMatch "\.(ttf|otf|eot|woff|woff2|svg)$">
  3. <IfModule mod_headers.c>
  4. Header set Access-Control-Allow-Origin "http://horarios.lci.ulsa.mx"
  5. </IfModule>
  6. </FilesMatch>