hi need help to intregate my script with cdn service im sure it isnt hard post or pm me your price. thanks
If you want to do something that is virtually automated, use a cname that is mapped to your CDN provider: cdn.yourdomain.com > cdnprovider.com This will need to be setup with your CDN provider, but will save you a lot in administration overhead in the long run. By doing this, when you request a file / image / video in a page, the URL would be cdn.yourdomain.com. If the file doesn't exist in the CDN, the cdn will retrieve it from your site and distribute that file to the CDN nodes automatically. For example, we use a CDN for distribution of certain files and images on our site. For example: http://www.inclick.net/download/screenshots/admin_performance_report.png From our site directly http://files.inclick.net/download/screenshots/admin_performance_report.png From our CDN The above doesn't work with all CDN providers. In our case, we're using CDNetworks. -Bing