Advertisement
tommyosheawebdesign

Opencart Journal 3 - Fix missing icons

Jun 10th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Add to .htaccess file
  2.  
  3. # Fix Icons
  4. <FilesMatch ".(ttf|otf|eot|woff)$">
  5. <IfModule mod_headers.c>
  6. Header set Access-Control-Allow-Origin "*"
  7. </IfModule>
  8. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement