From 025802ad932934b026ed67cc397af5f1a0de24ed Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 4 Nov 2011 17:16:01 -0700 Subject: [PATCH] Removed if !mod_php5.c around RewriteRule Made things work on Dreamhost shared hosting --- .htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/.htaccess b/.htaccess index dd49442e371..116dacabf3f 100644 --- a/.htaccess +++ b/.htaccess @@ -5,8 +5,6 @@ php_value post_max_size 512M php_value memory_limit 128M SetEnv htaccessWorking true - RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] - Options -Indexes