SetEnvIf Referer "^http://localhost/" referal_localhost
SetEnvIf Referer "^http://127.0.0.1/" referal_localhost
SetEnvIf Referer "^http://example.domain.com/" referal_localhost
<Directory /data/htdocs/example.com/attach>
Order Deny,Allow
Deny from all
Allow from env=referal_localhost
</Directory>
아파치는 보통 저렇게 세팅하는데
IIS 에도 이런 기능이 있는지 궁금합니다.