你的主機可以用 .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 "\.(gif|png|jpe?g)$">
Order Allow,Deny
Allow from env=locally_linked
</FilesMatch>
yourdomian.com 改成你的網址