3rd time's the charm, for sure
authorSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:17:35 +0000 (12:17 +1000)
committerSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:17:35 +0000 (12:17 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
.htaccess

index e0a8020..3d3a1b9 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -4,7 +4,5 @@ AddType text/html .template
 AddOutputFilter INCLUDES .template
 
 # deny access to the toplevel .git directory
-<Directory .git>
-        Order Deny,Allow
-        Deny from All
-</Directory>
+RewriteEngine On
+RewriteRule \.git - [F,L]