From cd4db4573736770201fb25ab28083b233293d2c6 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 24 May 2005 21:32:09 +0000 Subject: [PATCH] Disable any further overrides in this path (prevents .htaccess files from being uploaded and potentially changing these settings) --- Documents/.htaccess | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Documents/.htaccess b/Documents/.htaccess index 93169e4..354ddfd 100644 --- a/Documents/.htaccess +++ b/Documents/.htaccess @@ -1,2 +1,3 @@ Order deny,allow Deny from all +AllowOverride none -- libgit2 0.21.4