From 0e20a2554f9b9701498ee4b7bb36c2900b710445 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 17 Jul 2007 17:08:13 +0000 Subject: [PATCH] for people who only have php as cgi git-svn-id: file:///home/shish/svn/shimmie2/trunk@315 7f39781d-f577-437e-ae19-be835c7a54ca --- .htaccess | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index d228bfe6..72b39125 100644 --- a/.htaccess +++ b/.htaccess @@ -16,8 +16,16 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] -DefaultType image/jpeg + + php_flag register_globals 0 + php_flag magic_quotes_gpc 0 + php_flag magic_quotes_runtime 0 + -php_flag register_globals 0 -php_flag magic_quotes_gpc 0 -php_flag magic_quotes_runtime 0 + + php_flag register_globals 0 + php_flag magic_quotes_gpc 0 + php_flag magic_quotes_runtime 0 + + +DefaultType image/jpeg