소스 검색

Force shorttags on

Michael Francis 14 년 전
부모
커밋
81ac4d6fff
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      webroot/.htaccess

+ 4 - 1
webroot/.htaccess

@@ -4,4 +4,7 @@
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !favicon.ico$
     RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
-</IfModule>
+</IfModule>
+<IfModule mod_php5.c>
+  php_value short_open_tag 1
+</IfModule>