Link to home
Start Free TrialLog in
Avatar of abstractionz
abstractionz

asked on

Securing Links to Files

How can I secure links to files so nobody ever knows their true location?
Avatar of CrYpTiC_MauleR
CrYpTiC_MauleR

You can setup a script so it feeds the file via script to the user. The actual file is best put outside of webroot so no direct link to file would have to go through script which wont reveal location.
ASKER CERTIFIED SOLUTION
Avatar of CrYpTiC_MauleR
CrYpTiC_MauleR

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abstractionz

ASKER

and how can i feed the file via script to the user?
Thanks for the A =o)