Make /hosting redirect to my Dreamhost affiliate link
authorSteve Youngs <steve@sxemacs.org>
Thu, 18 Nov 2010 04:45:56 +0000 (14:45 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 18 Nov 2010 04:45:56 +0000 (14:45 +1000)
* .htaccess: Redirect /hosting to my DH affiliate link

* templates/support.template: Use the redirect

Signed-off-by: Steve Youngs <steve@sxemacs.org>
.htaccess
templates/support.template

index d28ff9f..745e745 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,3 +6,11 @@ SetEnvIf User-Agent "git/*" BadGuy=1
 Order allow,deny
 Deny from env=BadGuy
 Allow from all
+
+## Dreamhost Affiliate Rewrite
+<IfModule mod_rewrite.c>
+  RewriteEngine On
+  RewriteBase /
+  RewriteCond %{REQUEST_URI} ^/hosting [NC]
+  RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
+</IfModule>
index 5950e9c..4df9812 100644 (file)
@@ -87,7 +87,7 @@
   <!-- Twitter end -->
 
   <!-- Dreamhost -->
-  <a href="http://www.dreamhost.com/r.cgi" target="_blank">
+  <a href="/hosting" target="_blank">
     <img src="/Images/120x90-dh-animated-paper.gif"
         title="DreamHost... Hosting Your Dreams"
         border="0"