From: short <> Date: Fri, 26 Sep 2003 09:03:31 +0000 (+0000) Subject: Make PHP settings conditional as my private server does not run mod_php4. X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=e7a64d654800b51f090a29cffe3557ef638860d8 Make PHP settings conditional as my private server does not run mod_php4. --- 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