From 6a76a22e2055932753dd513bb0a21c9ad4f33077 Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Tue, 5 May 2015 19:04:11 +0900 Subject: [PATCH] update _htaccess --- doc/_htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/_htaccess b/doc/_htaccess index a3ea05c34..ea6d96f53 100644 --- a/doc/_htaccess +++ b/doc/_htaccess @@ -2,3 +2,6 @@ #SetHandler application/x-httpd-php ForceType application/x-httpd-php +php_flag register_globals off +php_flag short_open_tag off +php_flag asp_tags = off