防盜連
發表於 : 2006-05-30 , 16:22
防盜連
http://543.intw.org/viewtopic.php?p=632 ... 8440b#6323
--------------------------------------------------------------------------------
你的主機可以用 .htaccess 檔嗎?
可以的話在相簿的檔案夾裡加上 .htacessㄉ檔案, 然後裡面加上:
yourdomian.com 改成你的網址
http://open.38.com/index.php?PHPSESSID= ... pic=421.15
http://543.intw.org/viewtopic.php?p=632 ... 8440b#6323
--------------------------------------------------------------------------------
你的主機可以用 .htaccess 檔嗎?
可以的話在相簿的檔案夾裡加上 .htacessㄉ檔案, 然後裡面加上:
代碼: 選擇全部
SetEnvIfNoCase Referer "^http://www.yourdomian.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://yourdomain.com/" locally_linked=1
SetEnvIf Referer "^$" locally_linked=1
<FilesMatch>
Order Allow,Deny
Allow from env=locally_linked
</FilesMatch>
http://open.38.com/index.php?PHPSESSID= ... pic=421.15