I'll get this .htaccess right... sooner or later
authorSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:27:15 +0000 (12:27 +1000)
committerSteve Youngs <steve@sxemacs.org>
Fri, 5 Nov 2010 02:27:15 +0000 (12:27 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
.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>