Lighttpd referer issue
- by Chris
I have a problem to block files from accessing from different domains as my one.
I have added to my lighty config in the "virual host" following:
$HTTP["referer"] !~ "^($|http://www\.my-site\.net)" {
url.access-deny = ( "" )
}
but anyway the site www.example.com can access http://player.my-site.net/player.swf, also it can be accessed…