A static asset rewrite rule which serves as a reverse proxy to the CDN
#RewriteEngine On
#RewriteRule ^/(.*\.(js|css|rdf|xml|ico|txt|gif|jpg|png|jpeg)) http://images.cdn.com/$1 [P,L]
Reverse proxy all requests to a some server elsewhere
#RewriteEngine On
#RewriteRule ^/(.*) http://somedomain.com/$1 [P,L]
No comments:
Post a Comment