HI all,
I would like my website to use a free cdn called coral.
I was using this in my .htaccess
Header append X-Coral-Control "redirect-home"
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{QUERY_STRING} !(^|&)coral-no-serve$
RewriteRule ^(.*)$ [R,L]
now i want only static files like only css/images to use the cdn.....how would i resolve this?
I would like my website to use a free cdn called coral.
I was using this in my .htaccess
Header append X-Coral-Control "redirect-home"
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{QUERY_STRING} !(^|&)coral-no-serve$
RewriteRule ^(.*)$ [R,L]
now i want only static files like only css/images to use the cdn.....how would i resolve this?