I believe this is the correct spot for this post. Just wondering if the following is possible: redirect ://easyname/path/to/file to ://servername:8000/the/real/path/to/file Basically I am trying to call the full server name and path with an alias. Where I don't want to return the full name of the server.
I would recommend looking into mod-xsendfile, which is a module for Apache, and will allow for completely anonyous fetching of files/sending to user.