Adria C.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: fontface fonts not working after redirecting domainSorry, this is getting silly. All’s well, internal error fixed.
Still not getting my @fontface fonts, though…
Forum: Fixing WordPress
In reply to: fontface fonts not working after redirecting domainWell, crap.
I tried some other things, can’t even remember exactly what, with the .htaccess file. It created an internal server error, so I tried to upload the original that I saved, and it’s not working at all now!
Forum: Fixing WordPress
In reply to: fontface fonts not working after redirecting domainUpdate: I found this article that could help me, but I still can’t quite get my head around it, and how to apply it to my situation:
http://www.lowest-common-denominator.com/2010/01/http_access_control_to_multipl.phpI’d like to try what they suggest, but don’t know exactly how to edit the code they say to add to the .htaccess file:
<FilesMatch "\.(eot|otf|woff|ttf)$"> SetEnvIf Origin » "^http(s)?://(.+\.)?(domain1\.org|domain\.com)$" origin_is=$0 Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is </FilesMatch>I tried adding this to the end of the file inside the de directory:
<FilesMatch "\.(eot|otf|woff|ttf)$"> SetEnvIf Origin » "^http(s)?://(.+\.)?(bespokeberlin.co.uk|bespokeberlin.de)$" origin_is=$0 Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is </FilesMatch>But it didn’t work…
Forum: Fixing WordPress
In reply to: :8888 port being added to url after site is liveOMG. doh.
That’s brilliant, Jan.
Stupid cache…