묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
.htaccess 에 이미지 파일 무단링크 방지 를 했더니 제사이트에서도 차단되네요
2015.02.04 14:28
#Option 06<IfModule mod_rewrite.c>RewriteEngine onRewriteCond %{HTTP_REFERER} !^$RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.soccerin.co.kr.*$ [NC]RewriteRule \.(jpg|jpeg|png|gif|bmp)$ _ [NC,R,L]</IfModule>
이걸 .htaccess 에 넣었더니 제 사이트에서도 파일을 올리면 엑박이뜨네요자기자신 사이트는 엑박안뜨게 못하나요?
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?\:\/\/(www\.)?soccerin\.co\.kr(.*)? [NC]RewriteRule \.(jpg|jpeg|png|gif|bmp)$ _ [NC,R,L]
두번째 조건을 바꿔보세요.