From: Steve Youngs (Live Site) Date: Sun, 28 Nov 2010 00:41:31 +0000 (-0800) Subject: fix the .htaccess files X-Git-Url: http://cgit.sxemacs.org/?p=website;a=commitdiff_plain;h=1069a499e74312ad53c350f8e1e0fea9125f3b76;ds=sidebyside fix the .htaccess files Signed-off-by: Steve Youngs (Live Site) --- diff --git a/.htaccess b/.htaccess index bd7547e..1de63c6 100644 --- 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] ## End Dreamhost diff --git a/changes/.htaccess b/changes/.htaccess index 8f51224..d5c9465 100644 --- a/changes/.htaccess +++ b/changes/.htaccess @@ -2,3 +2,13 @@ Options Indexes Includes XBitHack On AddType text/html .template AddOutputFilter INCLUDES .template + +## Dreamhost Affiliate Rewrite + + Options +FollowSymlinks + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_URI} ^/hosting$ [NC] + RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L] + +## End Dreamhost diff --git a/docs/.htaccess b/docs/.htaccess index 8f51224..d5c9465 100644 --- a/docs/.htaccess +++ b/docs/.htaccess @@ -2,3 +2,13 @@ Options Indexes Includes XBitHack On AddType text/html .template AddOutputFilter INCLUDES .template + +## Dreamhost Affiliate Rewrite + + Options +FollowSymlinks + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_URI} ^/hosting$ [NC] + RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L] + +## End Dreamhost diff --git a/people/.htaccess b/people/.htaccess index 8f51224..d5c9465 100644 --- a/people/.htaccess +++ b/people/.htaccess @@ -2,3 +2,13 @@ Options Indexes Includes XBitHack On AddType text/html .template AddOutputFilter INCLUDES .template + +## Dreamhost Affiliate Rewrite + + Options +FollowSymlinks + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_URI} ^/hosting$ [NC] + RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L] + +## End Dreamhost