Post Reply 
How to use $RDIR to redirect to a local file
Nov. 04, 2008, 10:41 AM
Post: #1
How to use $RDIR to redirect to a local file
I want to redirect request for http://www.hyperigo.com/favicon.ico to a local file C:\favicon\hyperigo.ico

I tried a URL filter like this:
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: Hyperigo icon (out) [wpw]"
URL = "*hyperigo.com/favicon.ico$RDIR(http://file//C:/favicon/hyperigo.ico)"

But proxo failed to load the file and give an error like this
Quote:Host Name Lookup Failed
The Proxomitron couldn't find the site named...
C
Check that the name is correct. If so, the site may have changed or may no longer exist.


What's the correct way to write the path to a local file ?
Quote this message in a reply
Post Reply 


Messages In This Thread
How to use $RDIR to redirect to a local file - Guest - Nov. 04, 2008 10:41 AM

Forum Jump: