RadarURL

.htaccess 사용해서 이미지 외부링크 막기

by JaeSoo posted Mar 07, 2012
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?tistory.com [NC]
RewriteCond %{HTTP_REFERER} !search.naver.com [NC]
RewriteRule .(jpg|jpeg|png|gif)$ http://URL/경고이미지.gif [NC,R,L]

 

출처 : http://j79sw.tistory.com/159