From a7298cdab52ddae104b7e63f44255925036283c1 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 24 Jan 2006 14:02:57 +0000 Subject: These only work when PHP is running as a module git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@515 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- htaccess.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htaccess.dist') diff --git a/htaccess.dist b/htaccess.dist index ab25ae1..697e32f 100644 --- a/htaccess.dist +++ b/htaccess.dist @@ -1,5 +1,5 @@ -php_flag register_globals 0 -php_flag display_errors 0 +#php_flag register_globals 0 +#php_flag display_errors 0 RewriteEngine On RewriteBase BASE/ -- cgit