Hi all, I have a bunch of HTML files sitting in my file system. I know the http:// URL of each html file.
If I just fetch from my file system, I will have file:// urls, but I would like to map them to the http:// adress or to any arbitrary adress. Is there any halfway non-hackish possibility for doing that? Thanks, Martin

