mod rewrite - Mod_Rewrite for CDN -


i need mod_rewrite rule re-direct references in our web app cdn url instead of loading images /img on localhost. have sample mod_rewrite code snippet accomplish this? much! john

proxypass , proxypassreverse friends

proxypass /img/  http://cdn/imageslocation/ proxypassreverse /img/ http://cdn/imageslocation/ 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -