
bsenthil at gmail
Jan 16, 2006, 11:37 PM
Post #1 of 1
(351 views)
Permalink
|
|
How to rewrite background tag using proxy_html module
|
|
Hi, I am using proxy_html module to rewrite the my html page url html source <td background="images/topbg.gif" width="34%"><img src="images/topband2.jpg" height="103" width="318"></td> I configured rules below PoxyHTMLURLMap ^images/(.*)$ http://127.0.0.1/agent/images/$1 RXi ProxyHTMLURLMap (.*) http://127.0.0.1/agent/$1 RXi Rewritten html source <td background="images/topbg.gif" width="34%"><img src="http://127.0.0.1/agent/images/topband2.jpg" height="103" width="318"></td> I want to rewrite the background="images/topbg.gif tag to http://127.0.0.1/agent/images/topbg.gif. Please suggest your solution. Thanks, bsenthil.
|