From cdeae52cfa152f9e8e769e2ac0206921d0fe0a1d Mon Sep 17 00:00:00 2001 From: dairiki Date: Mon, 14 Jan 2002 19:21:22 +0000 Subject: [PATCH] Comment out all php_flag lines. Add note. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1243 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- .htaccess | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 27d7763d5..b49440b02 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,14 @@ -# $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $ +# $Id: .htaccess,v 1.3 2002-01-14 19:21:22 dairiki Exp $ + - php_flag register_globals off - php_flag track_vars on - php_flag allow_url_fopen off +# For added security (and PhpWiki debugging purposes) you may want to +# uncomment the following lines. (On the other hand, depending on +# how your server and how it is configured, these lines might +# cause "Internal Server Errors".) + +# php_flag register_globals off +# php_flag track_vars on +# php_flag allow_url_fopen off + -- 2.45.0