I have a question, is it possible to still download files from a lighttpd webserver with the following option activated? :
$HTTP["referer"] !~ "^(http://example\.com|http://www\.example\.com)" {
url.access-deny = ( "" )}
What this code does, is to restrict access for all files, only to www.example.com. I currently have this installed on my server and i want to know if with this method my files are secured and if there is any method to still download the files, and eating up my the bandwidth. Thank You!