• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Content Delivery Network

dandanch

Chevereto Member
Not sure if this is the place to ask this question if not sorry about that. If I decide to turn off my cdn would that break the image links that are serviced on the different sites?
 
When you use a CDN you override the default (or local) links so /images/<file>.ext is delivered as http://cdnurl/<file>.ext. If you remove the CDN, internal pointers will get switched back to the local links so the script will keep working as usual, but any request to old CND-like URLs won't work.

If you used CDN + Cname you can easily setup a redirect from cname.<yourdomain>.tld/images/<file>.ext to redirects to /images/<file>.ext
 
Thanks for your help and the quick response. Can you give me a clear example on how that would look and where I would place it at, I'm assuming .htaccess file. Just not sure on how to set it up.
 
Point each CDN Cname to the server where you have the script running, then redirect all the traffic that doesn't matches your main website to your main website.
 
That was pretty simple, just changed the value in my DNS records to my domain instead of maxcdn, and already had 301 redirect. I hope I got everything set up correctly, anyway thanks for your help bud.
 
Back
Top