Hello,
I am trying to get cookie free domains working 100% and I'm having trouble with the plugins url path.
I have tried define('WP_PLUGIN_URL', 'http://static.mysite.com/plugins'); but when I visit the main website it's still pulling the default website URL for plugins. This means all the .css and .js files from wordpress plugins are not cookie free.
I've searched all over the web for help but couldn't find what I'm looking for. What I need is a way to force wordpress to use my static-url for plugins url as well.