• Good morning everyone !

    I created a website (https://scienceexploits.com) and I want to create a cookie-free domain. I made a subdomain, then set that in wp-config :

    define("WP_CONTENT_URL", "https://static.scienceexploits.com");
    define("COOKIE_DOMAIN", "scienceexploits.com");

    I use a CDN so I added static to Cloudflare. Unfortunately, CSS and javascript isn’t loaded by the website when the new wp-content.php is in place.

    Can you help me please ? Thanks a lot !

  • The topic ‘CSS not loaded after cookie-free domain’ is closed to new replies.