Revert to .htaccess, and put one into the .git dir as well
[website] / .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>