LINUX .htaccess 파일 유용하게 사용하는 법
페이지 정보
작성자 IN-BEST 댓글 0건 조회 11,765회 작성일 13-02-12 17:16본문
[code]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?in-best.com [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?허용할외부페이지주소.com/.*$ [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://내홈페이지주소.com/이미지파일명.jpg [NC,R,L]
[/code]
댓글목록
등록된 댓글이 없습니다.







