Skip to main content

CDN Configuration Basics

Medianova CDN Configuration Basics document is designed to help you understand and implement the fundamental configurations necessary to leverage the full potential of Medianova's Content Delivery Network (CDN). Whether you are a web developer, content creator, or IT professional, this guide will walk you through essential concepts and steps to optimize content delivery, enhance performance, and improve user experience.

Key Concepts

Before we delve into the configuration details, let's familiarize ourselves with some key concepts specific to Medianova CDN:

  • Medianova CDN: A robust Content Delivery Network designed to accelerate content delivery, improve website performance, and ensure a seamless user experience.

  • Edge Servers: Strategically positioned servers that cache and deliver content to end-users, reducing latency and improving load times.

  • Origin Server: The primary server where the original web content is hosted. Medianova CDN retrieves content from the origin server and caches it on edge servers for efficient delivery.

  • Origin URL: The URL address of your origin server that holds your contents.

  • CDN URL: The URL address that will be integrated into your website for CDN integration and where users reach the content.

Creating a Medianova CDN Account

To get started with Medianova CDN, follow these steps:

  1. Log in to www.cloud.medianova.com with your username and password.

  2. Click on the Create CDN Resource tab in the left menu.

  3. Choose any resource type and fill in the necessary fields.

  4. Create a resource and configure the necessary settings.

Configuration

The CDN URL and the ORIGIN URL below are examples.

You must replace the existing domain on website code with the CDN URL for contents that you want to serve from CDN.

Examples of HTML code illustrating how to configure a CDN URL with the Origin URL:

Origin URL

<img src=”http://yourdomain.com/images/logos/logo.jpg” alt=”” />

or

<img src=”/images/logos/logo.jpg” alt=”” />

CDN URL

<img src=”yourzonename.mncdn.com/images/logos/logo.jpg” alt=”” />

Source codes are replaced with the CDN URL instead of the Origin URL as mentioned above.

Thus, our CDN service becomes active on your site.

In order to access your content, you also need to define our IPs in your firewalls. Click to access the IP list of Medianova.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.