[Pkg-owncloud-commits] [owncloud] 31/75: Removed if !mod_php5.c around RewriteRule Made things work on Dreamhost shared hosting

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.

commit 025802ad932934b026ed67cc397af5f1a0de24ed
Author: Sean Leonard <meanderingcode at silverleafstudios.net>
Date:   Fri Nov 4 17:16:01 2011 -0700

    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 dd49442..116daca 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,8 +5,6 @@ php_value post_max_size 512M
 php_value memory_limit 128M
 SetEnv htaccessWorking true
 </IfModule>
-<IfModule !mod_php5.c>
 RewriteEngine on
 RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
-</IfModule>
 Options -Indexes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list