From 83adc779470666ff4c222136f68febd886eac789 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Fri, 5 Nov 2010 12:27:15 +1000 Subject: [PATCH 1/1] I'll get this .htaccess right... sooner or later Signed-off-by: Steve Youngs --- .htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3d3a1b9..017bbae 100644 --- a/.htaccess +++ b/.htaccess @@ -4,5 +4,7 @@ AddType text/html .template AddOutputFilter INCLUDES .template # deny access to the toplevel .git directory -RewriteEngine On -RewriteRule \.git - [F,L] + + Order Deny,Allow + Deny from All + -- 2.25.1