Develop/PHP 썸네일형 리스트형 [Apache] 파일 실행 막기 AddType application/x-httpd-php-source .php .php3 .phtml .js .bak .inc .class .htm .html .txt Order allow,deny Deny from all 위 설정을 이용해주게 되면 해당 폴더의 추가된 타입의 파일에 대한 실행을 막아줌. 더보기 [Apache] Server를 비롯한 각종 pre_setting 해주기 아파치 config파일에서 php_admin_value auto_prepend_file /path/to/execute/php_file 위와 같이 해주게 되면 php가 로드될때 미리 로드될 파일을 설정 해줄 수 있음.여기에 auto_prepend_file 대신 다른 naming을 통해 다른 값들을 변경해줄 수 있음. 더보기 [Apache] RewriteRule 설정 특정 위치로의 rewrite를 해줄때 아래와 같이 추가해주면됨. RewriteEngine OnRewriteRule ^/test/(.+) /process/test/$1 [L] 더보기 이전 1 2 3 4 5 6 7 ··· 10 다음