I'll get this .htaccess right... sooner or later
[website] / .htaccess
index 3d3a1b9..017bbae 100644 (file)
--- 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]
+<Directory /home/jackalx_sy/sxemacs.org/.git/>
+        Order Deny,Allow
+        Deny from All
+</Directory>