chemochan adlı üyeden alıntı: mesajı görüntüle
selamlar, sitemde ssl aktif www ile giriş yapıyorum. public_html ve admin klasöründeki config.php düzenlendi hepsi http://www olarak kaydedildi.

.htaccess klasörüne hiçbişey eklemedim base urlde https://www olarak gösteriyor fakat ikonlar halen gözükmüyor.


Access to font at 'https://www.site.com/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0' from origin 'https://site.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
font-awesome.min.css:1

GET https://www.site.com/catalog/view/ja...nt.ttf?v=4.7.0 net::ERR_FAILED 200


bu hatanın sebebi nedir?
Htaccess dosyasına şunları ekler misin

Header set Access-Control-Allow-Origin "*"

RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.*) https://www.domain.com%{REQUEST_URI} [R=301,L,NE]
RewriteBase /