คือว่าไปเจอของ apache มาครับ
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+.)?myspace.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+.)?blogspot.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+.)?livejournal.com/ [NC]
RewriteRule .*.(jpe?g|gif|bmp|png)$ http://img249.imageshack.us/img249/2806/hotlink.gif [L]
แต่ไม่รู้ว่าจะแปลงลง lighttpd.conf ยังไงดี เพราะรูปแบบ มันแปลกๆ อ่ะครับ
ช่วยหน่อยนะครับ เจ้าของโฮสจะเตะแล้วครับ
icez
2
$HTTP[“referer”] =~ “^http://(.+.)?myspace.com/” {
url.redirect += (".*.(jpe?g|gif|bmp|png)$" => “http://img249.imageshack.us/img249/2806/hotlink.gif”)
}
$HTTP[“referer”] =~ “^http://(.+.)?blogspot.com/” {
url.redirect += (".*.(jpe?g|gif|bmp|png)$" => “http://img249.imageshack.us/img249/2806/hotlink.gif”)
}
$HTTP[“referer”] =~ “^http://(.+.)?livejournal.com/” {
url.redirect += (".*.(jpe?g|gif|bmp|png)$" => “http://img249.imageshack.us/img249/2806/hotlink.gif”)
}
somewhat like this