From: Steve Youngs (Live Site) Date: Fri, 5 Nov 2010 03:34:40 +0000 (-0700) Subject: Make it impossible to clone the live site X-Git-Url: http://cgit.sxemacs.org/?p=website;a=commitdiff_plain;h=d25c7b676be92e9e70bc880168931ade300c9803 Make it impossible to clone the live site Signed-off-by: Steve Youngs (Live Site) --- diff --git a/.htaccess b/.htaccess index 8f51224..d28ff9f 100644 --- a/.htaccess +++ b/.htaccess @@ -2,3 +2,7 @@ Options Indexes Includes XBitHack On AddType text/html .template AddOutputFilter INCLUDES .template +SetEnvIf User-Agent "git/*" BadGuy=1 +Order allow,deny +Deny from env=BadGuy +Allow from all