From: Steve Youngs (Live Site) Date: Thu, 18 Nov 2010 05:56:12 +0000 (-0800) Subject: Fix .htaccess X-Git-Url: http://cgit.sxemacs.org/?p=website;a=commitdiff_plain;h=eefe82d82e04d323263b7159b0f2b350547442f4 Fix .htaccess Signed-off-by: Steve Youngs (Live Site) --- 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 +