Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod-rewrite

Status
Not open for further replies.

sirlojik

Programmer
Mar 29, 2005
178
UG
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top