CDN: site hostname causing plugin paths to be incorrect
-
Using Rackspace CDN.
Some plugins load external files but without HTTP. Ex: <script data-cfasync=”false” src=”//a.mailmunch.co/app/v1/site.js” id=”mailmunch-script” data-plugin=”cc_mm” data-mailmunch-site-id=”331519″ async=””></script>
When the CDN is enabled, my CNAME gets inserted at the beginning of this path:
<script data-cfasync=”false” src=”https://rackspace.cdn.url.here/a.mailmunch.co/app/v1/site.js” id=”mailmunch-script” data-plugin=”cc_mm” data-mailmunch-site-id=”331519″ async=””></script>this causes the external asset to not load. Is there a setting in W3TC to avoid this problem?
The topic ‘CDN: site hostname causing plugin paths to be incorrect’ is closed to new replies.