X-Git-Url: http://cgit.sxemacs.org/?p=website;a=blobdiff_plain;f=.htaccess;h=e0a80200e474f3155024d5d4c7c1b8fe113d9d6d;hp=8f51224d0449cb58612141c93d7cb2f8c47ba3a3;hb=20524dc666806c91aa14e19fcbd2ea7168e624bd;hpb=9340e2e6baf7480029dcaf74a5f627f84a76df11 diff --git a/.htaccess b/.htaccess index 8f51224..e0a8020 100644 --- a/.htaccess +++ b/.htaccess @@ -2,3 +2,9 @@ Options Indexes Includes XBitHack On AddType text/html .template AddOutputFilter INCLUDES .template + +# deny access to the toplevel .git directory + + Order Deny,Allow + Deny from All +