Skip to main content

How can I create a CNAME record?

Canonical Name (CNAME) is the nickname given to URL records.

Instead of the CDN URL provided to you by Medianova, you can use a URL determined by you. We have explained below for you how to set CNAME on Medianova Cloud panel.

  1. You can access the panel screen by logging in with your username and password at http://cloud.medianova.com .

  2. You can reach the settings screen by clicking on the Streaming Resource you want to edit by following the CDN > CDN Resources path on the left side of the panel screen that will open after logging in.

  3. You can add a desired URL for the CNAME domain (Alias Domain) registration under the CNAME & SSL tab, using the Add CNAME button on the right. Example: http://cdn.yourdomain.com

  • As seen in the image, the http://cdn.yourdomain.com CNAME URL has been added.

  • If you are using SSL, in order to use CNAME, you must define the relevant information under the SSL 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 the CDN configuration process, you have to replace the source code that contains your Origin URL with the CDN URL.

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=”” />

JavaScript errors detected

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

If this problem persists, please contact our support.