cookieless domain
-
Thanks for your great plugin, I’ve used it for a while now, and never had any problems. Recently I setup a sub domain to serve static content without out cookies and it stopped working.
I had to add the below code to my config file
define(‘WP_CONTENT_URL’, ‘https://stat.mydomain.com/wp-content/’);
define(‘COOKIE_DOMAIN’, ‘mydomain.com’);
define(‘WP_PLUGIN_URL’, ‘https://stat.mydomain.com/wp-content/plugins’);
define(‘COOKIE_DOMAIN’, ‘mydomain.com’);I set the CDN to https://stat.simonstratford.com/wp-content/ and tried with and without CDN but its not combining any files now.
Is there any way of getting it to work with my new setup? It would be a right pain to roll back to non static urls.
- The topic ‘cookieless domain’ is closed to new replies.