Load local file in place of remote file (HTTP) address in Windows
- by ev
Hi there,
I am trying to achieve something that you might typically use a hosts file for, but that isn't suitable here.
I want a Windows PC to refer to a local file (I can serve it from a web server at localhost if needed) when it attempts to fetch a certain remote file via HTTP. However, I need other files from that particular remote web server to be fetched as usual.
Any help appreciated.