Fix .htaccess
authorSteve Youngs (Live Site) <steve@sxemacs.org>
Thu, 18 Nov 2010 05:56:12 +0000 (21:56 -0800)
committerSteve Youngs (Live Site) <steve@sxemacs.org>
Thu, 18 Nov 2010 05:56:12 +0000 (21:56 -0800)
Signed-off-by: Steve Youngs (Live Site) <steve@sxemacs.org>
.htaccess

index 745e745..bd7547e 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -9,8 +9,11 @@ Allow from all
 
 ## 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
+