Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
WHAAT? That is it? I don’t understand – what do I tell them? Why is it not working? How will they know what to do? A bit more guidance would be helpful, please!
still nothing. I copied/pasted again. Nothing.
Hmmm…sorry, still not resolved.
There was an entry in htaccess, so when pasted, it looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># ———————————————————————-
# Webfont access
# ———————————————————————-# allow access from all domains for webfonts
# alternatively you could only whitelist
# your subdomains like “sub.domain.com”<FilesMatch “\.(ttf|otf|eot|woff|font.css)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch># webfont mime types
AddType application/vnd.ms-fontobject eot
AddType font/truetype ttf
AddType font/opentype otf
AddType application/x-font-woff woff# webfonts and svg:
<IfModule mod_deflate.c>
<FilesMatch “\.(ttf|otf|eot|svg)$” >
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule># END WordPress
is anyone there?
This reply has been marked as private.March 25, 2016 at 10:27 pm in reply to: Issues with Icon Box display after updating Swift Framework #257933might want to change those details now that we can all see them. 🙂
-
Posted in: We hit Power Elite.