fix the .htaccess files
[website] / docs / .htaccess
1 Options Indexes Includes
2 XBitHack On
3 AddType text/html .template
4 AddOutputFilter INCLUDES .template
5
6 ## Dreamhost Affiliate Rewrite
7 <IfModule mod_rewrite.c>
8   Options +FollowSymlinks
9   RewriteEngine On
10   RewriteBase /
11   RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
12   RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
13 </IfModule>
14 ## End Dreamhost