diff options
author | Sean Leonard <meanderingcode@silverleafstudios.net> | 2011-11-04 17:16:01 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@silverleafstudios.net> | 2011-11-04 17:16:01 -0700 |
commit | 70014c4fd02f3bda7c92f68ffee8b787b223022f (patch) | |
tree | a656f66d1b2ed25a80953e45831e443b63abf479 /.htaccess | |
parent | 095d0aa74325e078b80861b62af11f1de2a7830e (diff) | |
download | nextcloud-server-70014c4fd02f3bda7c92f68ffee8b787b223022f.tar.gz nextcloud-server-70014c4fd02f3bda7c92f68ffee8b787b223022f.zip |
Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 0 insertions, 2 deletions
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 </IfModule> -<IfModule !mod_php5.c> RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] -</IfModule> Options -Indexes |