Click to See Complete Forum and Search --> : Anti Leech


stene
11-25-2004, 07:01 PM
Hi,

Is it some code that I can use so nobody can see were my files are stored on my server when someone shall download from my site?

soccer362001
11-25-2004, 07:51 PM
It can probably be done, but why not just password protect a directory?

Robert Wellock
11-26-2004, 05:27 AM
.htacesss and server-side scripting is the next best option.

Stephen Philbin
11-26-2004, 06:56 AM
I can't imagine it being possible. I don't really know much at all yet but I mean a browser still has to get the URI of something to download it right? So in exactly the same way you can't hide yer source because your browser needs it, I would imagine you can't hide your addresses either.

I suppose there's bound to be some way of doing it, but I'd bet it'd screw up the site in most browsers.

DaveSW
11-26-2004, 07:55 AM
Depending exactly what you want:
http://www.alistapart.com/articles/hotlinking/

Ben Rogers
11-26-2004, 11:05 AM
Originally posted by stene
Hi,

Is it some code that I can use so nobody can see were my files are stored on my server when someone shall download from my site? Well, if you just want the where to be hidden, why not try mod_rewrite (http://httpd.apache.org/docs/mod/mod_rewrite.html)?