In general to start using CDN you have to first create a CDN service then add a CDN CNAME record to your DNS configuration and then change URLs of your static content to point to the CDN CNAME.
Let's say that in your website source code you have
<img src="http://www.mycompany.com/public/img/logo.png" />
and let's say that you have already created CDN service with Service Domain static.mycompany.com.
To start serving your company logo from CDN you have to change the src attribute of the img [...]
Tag Archives: magento
Before you take any steps please back up your files and database
The domain "myproject.com" serves here as an example, replace it with the domain name of your website.
Log in or Sign up to CDNsun client section.
On the Services tab choose New Service.
Fill in the domain of your website and choose a domain for your new CDN service as in the picture below.
That's all.
Now we use the Service Domain in Magento.
Login to your Magento Admin Panel.
Click on "System" at the [...]