HTTP request does not exist

This is from my host provider: How and where do I fix this:
It’s trying to request https://cdn.www.mydomain.com/wp-includes/css/dist/block-library/style.min.css?ver=5.5.3, but this does not exist

www.mydomain.com/wp-includes/css/dist/block-library/style.min.css?ver=5.5.3 does exist though. Try to fix the .cdn or remove it all together and it will work just fine.

  1. Cloudflare doesn’t use a “cdn” subdomain for your domain. All cacheable files will be served through their original URL.
  2. Cloudflare’s free SSL certificate does not support sub-subdomains, so the URL you listed wouldn’t function anyway because it’s sub.sub.example.com.

You are correct. Thank you. This was caused by me using QUIC in the litespeed plugin. I eliminated all the QUIC connections ans all is good.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.