Move from using Google Analytics to Piwik
[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   Options +FollowSymlinks
13   RewriteEngine On
14   RewriteBase /
15   RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
16   RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
17 </IfModule>
18 ## End Dreamhost
19