X-Git-Url: http://cgit.sxemacs.org/?p=website;a=blobdiff_plain;f=.htaccess;h=e0a80200e474f3155024d5d4c7c1b8fe113d9d6d;hp=3d3a1b9092bdd3e2e951cccad6c38802b09fd113;hb=20524dc666806c91aa14e19fcbd2ea7168e624bd;hpb=f74b34ecdfc157341bc2732931ada38a66a66d4f;ds=inline diff --git a/.htaccess b/.htaccess index 3d3a1b9..e0a8020 100644 --- 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] + + Order Deny,Allow + Deny from All +