Fix the SSIs and remove some obsolescent .htaccess files.
[website] / docs / .htaccess
diff --git a/docs/.htaccess b/docs/.htaccess
deleted file mode 100644 (file)
index 6d9bdc9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Options Indexes Includes
-XBitHack On
-AddType text/html .template
-AddOutputFilter INCLUDES .template
-
-## Dreamhost Affiliate Rewrite
-<IfModule mod_rewrite.c>
-  Options +FollowSymlinks
-  RewriteEngine On
-  RewriteBase /
-  RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
-  RewriteRule ^(.*)$ https://www.dreamhost.com/r.cgi?606408 [L]
-</IfModule>
-## End Dreamhost