Fix .htaccess
[website] / .htaccess
index 745e745..bd7547e 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -9,8 +9,11 @@ Allow from all
 
 ## Dreamhost Affiliate Rewrite
 <IfModule mod_rewrite.c>
 
 ## 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>
   RewriteEngine On
   RewriteBase /
   RewriteCond %{REQUEST_URI} ^/hosting [NC]
   RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
 </IfModule>
+## End Dreamhost
+