• 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

Icon not show after use CDN

Status
Not open for further replies.

khaclongla

Chevereto Member
Hello,

My website use nginx Reserve Proxy for apache
I have a problem after use CDN77.com. All are good but it don't show icon
Please view image.
I try disable ssl but icon not show, too.
This file .htaccess:

Code:
RewriteCond %{SERVER_PORT} ^80$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteCond %{HTTP:Via} !\.worldssl\.net
RewriteCond %{HTTP_HOST} image.com.vn [NC]
RewriteCond $1 !^.swf$ [NC]
RewriteCond $1 "\.(jpeg|gif|bmp|png|ico|woff)$" [NC]
RewriteRule ^(.*) https://imagevnn.r.worldssl.net/$1 [R,L]

How to fix it?

Thanks
 

Attachments

  • che.jpg
    che.jpg
    198.1 KB · Views: 6
Status
Not open for further replies.
Back
Top