Fix the SSIs and remove some obsolescent .htaccess files.
[website] / .htaccess
index d396fc4..70241a9 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,11 +1,8 @@
-Options Indexes Includes
+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
+Require all granted
 
 ## Dreamhost Affiliate Rewrite
 <IfModule mod_rewrite.c>