I have a site http://graintec.com which is built in a folder http://graintec.dk. and than renamed to .com version
You normally access the page through http://graintec.com but when you access the same page through http://graintec.dk the front page will be shown as dk – but when you go to the menu or home link you will be in the .com site.
The problem is in the dk front page on PC – netscape and chrome and on MAC – chrome and firefox have a problem in showing the icons – every browser creates their own funny icons. Safari and Mac their is no difference between .dk or .com
What is happening with the icons and what can i do ???? – the rest of the page is identical as it should be !!
regards Mike
Hi mikeandrewfischer!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Cheers!
Yigit
You are a Genius – thanks so much it works – have a nice weekend.
regards Mike