Some friendly comments in .gitignore
[website] / .htaccess
index e0a8020..d28ff9f 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,9 +2,7 @@ Options Indexes Includes
 XBitHack On
 AddType text/html .template
 AddOutputFilter INCLUDES .template
-
-# deny access to the toplevel .git directory
-<Directory .git>
-        Order Deny,Allow
-        Deny from All
-</Directory>
+SetEnvIf User-Agent "git/*" BadGuy=1
+Order allow,deny
+Deny from env=BadGuy
+Allow from all