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:
How to fix it?
Thanks
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