Activating CORS
-
Hello,
my theme uses fontawesome. If I access the main site, everythings perfect, but if I acces another domain defined in the multidomain-plugin, the fa-icons are not shown.
In the console I see a Cross-Origin-Error.
I already found out, that using
Header set Access-Control-Allow-Origin "*"
in the .htaccess could solve this.It does work, but I would like not to allow “*” but only those domains used in multidomain. I tried to replace the “*” with “https://www.mydomain.de/”, but now the Cross-Origin-Error is back again.
Do you have any hint how to solve this?
Best regards
Uli
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Activating CORS’ is closed to new replies.