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]
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]