How to create a CNAME record?
Canonical Name (CNAME) is a nickname given to URL records.
Instead of the CDN URL provided to you by Medianova, you can use a URL determined by you. Below you can find the steps to add a CNAME on Medianova panel.
- You can access the Medianova cloud panel by logging in with your username and password at cloud.medianova.com.
- You can reach the settings screen by clicking on the CDN Resource you would like to edit by following the CDN > CDN Resources path on the left side of the panel.
- You can add a desired URL for the CNAME domain (Alias Domain) under the CNAME & SSL tab, using the Add CNAME button. Example: cdn.yourdomain.com
As shown above, the cdn.yourdomain.com CNAME URL has been added successfully.
If you are using SSL, in order to use CNAME, you must define the relevant information under the tab at the bottom of the page.
You can find detailed information about SSL setup from the document below.
https://docs.medianova.com/tr/ssl-sertifikasi
For CDN integration, you have to replace the source code that contains your Origin URL with the CDN 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=”” />