Update http -> https where appropriate
[website] / docs / .htaccess
index 8f51224..6d9bdc9 100644 (file)
@@ -2,3 +2,13 @@ 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