Activity

  • Tomas Tamayo replied to the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years ago

    Sorry. I understood you that it was an .htaccess rules problem. I have tried even with the solution in the link you sent; but it did’t work either.

    SetEnvIf Origin ^(https?://.+.euskaldunak.eus(?::d{1,5})?)$ CORS_ALLOW_ORIGIN=$1
    Header append Access-Control-Allow-Origin %{CORS_ALLOW_ORIGIN}e env=CORS_ALLOW_ORIGIN
    Header merge Vary "Origin"

    The site is hosted in a personal server. So it’s me who has to solve it. I will ask some colleagues to help me solving it. If you could give me some hints to start from I would be very grateful.

    We are not using wildcard subdomains because they are not allowed by our DNS provider.

    Thank you.