745e74598a3d719e72805b8385c498d6251d3d75
[website] / .htaccess
1 Options Indexes Includes
2 XBitHack On
3 AddType text/html .template
4 AddOutputFilter INCLUDES .template
5 SetEnvIf User-Agent "git/*" BadGuy=1
6 Order allow,deny
7 Deny from env=BadGuy
8 Allow from all
9
10 ## Dreamhost Affiliate Rewrite
11 <IfModule mod_rewrite.c>
12   RewriteEngine On
13   RewriteBase /
14   RewriteCond %{REQUEST_URI} ^/hosting [NC]
15   RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
16 </IfModule>