cdn Integration

Discussion in 'PHP' started by hausow, Mar 7, 2010.

  1. #1
    hi need help to intregate my script with cdn service
    im sure it isnt hard
    post or pm me your price.
    thanks
     
    hausow, Mar 7, 2010 IP
  2. BingP

    BingP Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    BingP, Mar 10, 2010 IP
  3. hausow

    hausow Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you bing.
     
    hausow, Mar 16, 2010 IP