Problem with icon and simbols

Posted in: Newspaper
Post count: 57

Hello. My site is http://www.storypickers.com

I have a problem with icons and these things like in screenshot:

http://www.screencast.com/t/2yEyLPJwEJlp

I post this issue some days ago and one of your staff told me I should put this code in the .htaccess:

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

However, I put this code and think worked. I replyed them but no response. I’m waiting for a solution.

P.S: This problem is showen only some times not always.

Post count: 9544

Make sure those are not ‘curly quotes’

eg

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

http://enable-cors.org/server_apache.html

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.