RedJini Blog

뒤로 검색

Apache 특정 파일 및 하위 디렉토리 접근 제한

2008/11/07 20:09

특정 확장자 파일 참조 차단

예: http://redjini.com/inc/db_conf.inc
    <FilesMatch ".(inc)$">
        Order Deny,Allow
        Allow from env=link_allow
        Deny from all
    </FilesMatch>

하위 디렉토리 접근 차단

예: http:redjini.com/subpage/index.php
    <FilesMatch "\/subpage\/">
        Order Deny,Allow
        Allow from env=link_allow
        Deny from all
    </FilesMatch>

Tags

Apache, httpd.conf
이 페이지는 Textcube 1.9.3 : poco a poco 로 구동됩니다 데스크탑 화면