<DirectoryMatch "/path/to/folder">
AddType application/x-httpd-php-source .php .php3 .phtml .js .bak .inc .class .htm .html .txt
<Files ~ ".*\.php">
Order allow,deny
Deny from all
</Files>
</DirectoryMatch>
위 설정을 이용해주게 되면 해당 폴더의 추가된 타입의 파일에 대한 실행을 막아줌.
'Develop > PHP' 카테고리의 다른 글
[PHP] query string을 통해서 정상적으로 파라미터가 전달되지 않을때 (0) | 2017.09.20 |
---|---|
[PHP] configure 설정 값 (0) | 2017.09.19 |
[Apache] Server를 비롯한 각종 pre_setting 해주기 (0) | 2013.11.14 |
[Apache] RewriteRule 설정 (0) | 2013.11.14 |
[PHP] oracle "set names utf8" 효과 내기 (0) | 2013.03.21 |