multi-site break
-
Probably not the common scenario but if wordpress is config’d as such + CSP:
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);It breaks due to the hard-coded URL in the config. Definitely not expecting any complex fixes, but definitely the option to use a relative URL in the generated CSS file would be nice ??
I tried just using a ‘/’ in the CDN box to see if that would happen to work but no dice.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘multi-site break’ is closed to new replies.