Hi, I use squid to cache the website, for instance foo.com. The access log is: 1268405798.728 78535 127.0.0.1 TCP_MISS/504 277 GET http://us.rd.foo.com/refe rurl/news/index/realtime/*http://us.news.foo.com/article/url/d/a/100312/11/21y cr.html - DIRECT/us.rd.foo.com text/html If I type url http://us.news.foo.com/article/url/d/a/100312/11/21ycr.html, the TCP_HIT. My question is I want to offline browse the index.html of foo.com, but there are many "http://us.rd.foo.com/referurl/news/index/realtime/*" in index.html, would anyone tell me how do I solve that referer url to direct the correct one, like "http://us.news.foo.com/article/url/d/a/100312/11/21ycr.html". Thank you very much. Best regrards, Dave.