Medianova CDN Integration
You can easily manage your CDN accounts and add new zones via Medianova Panel by logging in from the login screen.
Follow the steps below to integrate our CDN service to your website through the panel.
-
First of all, you should create your CDN zone compatible with your content type that you want to serve from CDN. You should open Small Zone for small-size contents like images, js, and CSS and Large Zone for video contents.
2. Click the links for detailed information about zone types (Small, Large, Aksela)
3. You can find definitions of the terms Origin Url and CDN Url that are used in Zone Details.
-
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.
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.