From ee77c41b7cb1b13795e4ca1cfdd3f09827ea4db5 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sat, 2 Oct 2010 11:49:04 -0400 Subject: [PATCH] removed line to make html files run as php, now that gzip lines are removed. PHP is still used in css/js combinator --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 9eb2fd32..cb431fdb 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,3 @@ -# some servers don't handle x-httpd-php by default, so add a handler -# AddHandler x-httpd-php .php .htm .html - - -ForceType application/x-httpd-php - - # the rewrite engine requires the ability to follow sym links Options +FollowSymLinks