fix the .htaccess files
authorSteve Youngs (Live Site) <steve@sxemacs.org>
Sun, 28 Nov 2010 00:41:31 +0000 (16:41 -0800)
committerSteve Youngs (Live Site) <steve@sxemacs.org>
Sun, 28 Nov 2010 00:41:31 +0000 (16:41 -0800)
Signed-off-by: Steve Youngs (Live Site) <steve@sxemacs.org>
.htaccess
changes/.htaccess
docs/.htaccess
people/.htaccess

index bd7547e..1de63c6 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -12,7 +12,7 @@ Allow from all
   Options +FollowSymlinks
   RewriteEngine On
   RewriteBase /
-  RewriteCond %{REQUEST_URI} ^/hosting [NC]
+  RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
   RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
 </IfModule>
 ## End Dreamhost
index 8f51224..d5c9465 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 ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
+</IfModule>
+## End Dreamhost
index 8f51224..d5c9465 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 ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
+</IfModule>
+## End Dreamhost
index 8f51224..d5c9465 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 ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
+</IfModule>
+## End Dreamhost