Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #360119

    Hi, I have multiple domains registered for my website, but when accessing the site through any other domain than the one configured in wordpress, the seach icon is not shown. any ideas? thanks!

    #360453

    Hi!

    Try adding this to the .htaccess file of of the domain with the problem:

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.