From 7c5d16499bb6e7e9b1c4b8389ec1f0af5763ce89 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Fri, 5 Nov 2010 12:17:35 +1000 Subject: [PATCH] 3rd time's the charm, for sure Signed-off-by: Steve Youngs --- .htaccess | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index e0a8020..3d3a1b9 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,5 @@ AddType text/html .template AddOutputFilter INCLUDES .template # deny access to the toplevel .git directory - - Order Deny,Allow - Deny from All - +RewriteEngine On +RewriteRule \.git - [F,L] -- 2.25.1