사용자는 Apache에서 .htaccess 파일을 직접 수정할 수 있습니다
rewriteEngine on
#replace? mysite .com/ 블로그 URL과 함께
rewritecond %{http_referer}!^http : // (.+.)? mysite .com/[nc]
rewritecond %{http_referer}!^$
#replace /images/nohotlink.jpg "hotlink do n't hotlink"이미지 URL
rewriterule.*.
참고 : MySite를 자신의 URL 및 /images/notlink.jpg로 교체하십시오.