• I’m using AWS for WordPress (Version 4.2.2) and getting the infamous CORS policy issue:

    Access to font at ‘https://www.bethelatx.com/wp-content/themes/grace-church/css/fontello/font/fontello.woff2?10977599’ from origin ‘https://bethelatx.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

    I’ve added the following to the .htaccess file:

    <FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css)$”>
    <IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin “*”
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Can you please point me in the right direction as to what’s causing this? I’ll re-enable the acceleration once you’ve confirmed you’re able to troubleshoot it.

    • This topic was modified 5 years, 2 months ago by cgidds.
    • This topic was modified 5 years, 2 months ago by cgidds.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 23 total)
Viewing 15 replies - 1 through 15 (of 23 total)

The topic ‘Continuing CORS Issue’ is closed to new replies.