From 70014c4fd02f3bda7c92f68ffee8b787b223022f Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 4 Nov 2011 17:16:01 -0700 Subject: Removed if !mod_php5.c around RewriteRule Made things work on Dreamhost shared hosting --- .htaccess | 2 -- 1 file changed, 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 34d4c719c8d..0d334503d07 100644 --- a/.htaccess +++ b/.htaccess @@ -4,8 +4,6 @@ php_value upload_max_filesize 512M php_value post_max_size 512M SetEnv htaccessWorking true - RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] - Options -Indexes -- cgit v1.2.3