From e7a64d654800b51f090a29cffe3557ef638860d8 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 26 Sep 2003 09:03:31 +0000 Subject: [PATCH] Make PHP settings conditional as my private server does not run mod_php4. --- .htaccess | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index f815410..d440283 100644 --- a/.htaccess +++ b/.htaccess @@ -20,9 +20,11 @@ AddHandler cgi-script .cgi IndexOptions NameWidth=* AddType application/x-rpm .rpm AddType application/x-nokia-9000-communicator-add-on-software .aos -php_flag short_open_tag off -php_flag magic_quotes_gpc off -php_flag magic_quotes_runtime off + + php_flag short_open_tag off + php_flag magic_quotes_gpc off + php_flag magic_quotes_runtime off + RewriteEngine on -- 1.8.3.1