How do I setup my CDN (html)?

To set up your static HTML website to use our CDN, you simply need to replace the URLs pointing to your static files with your Hosting Me CDN hostname. We will automatically download and cache your files on our servers.

<!-- Old URL -->
https://www.hostingme.co.uk/img/logo.webp
 
<!-- New URL -->
https://cdn.hostingme.co.uk/img/logo.webp

Was this article helpful?