From eefe82d82e04d323263b7159b0f2b350547442f4 Mon Sep 17 00:00:00 2001 From: "Steve Youngs (Live Site)" Date: Wed, 17 Nov 2010 21:56:12 -0800 Subject: [PATCH] Fix .htaccess Signed-off-by: Steve Youngs (Live Site) --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 745e745..bd7547e 100644 --- a/.htaccess +++ b/.htaccess @@ -9,8 +9,11 @@ Allow from all ## Dreamhost Affiliate Rewrite + Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/hosting [NC] RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L] +## End Dreamhost + -- 2.25.1