Revert to .htaccess, and put one into the .git dir as well
authorSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:37:58 +0000 (12:37 +1000)
committerSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:37:58 +0000 (12:37 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
.htaccess

index 017bbae..8f51224 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,9 +2,3 @@ Options Indexes Includes
 XBitHack On
 AddType text/html .template
 AddOutputFilter INCLUDES .template
 XBitHack On
 AddType text/html .template
 AddOutputFilter INCLUDES .template
-
-# deny access to the toplevel .git directory
-<Directory /home/jackalx_sy/sxemacs.org/.git/>
-        Order Deny,Allow
-        Deny from All
-</Directory>