]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removed if !mod_php5.c around RewriteRule
authorSean Leonard <meanderingcode@silverleafstudios.net>
Sat, 5 Nov 2011 00:16:01 +0000 (17:16 -0700)
committerSean Leonard <meanderingcode@silverleafstudios.net>
Sat, 5 Nov 2011 00:16:01 +0000 (17:16 -0700)
Made things work on Dreamhost shared hosting

.htaccess

index 34d4c719c8de71d80aed44f2723b4e85035e4c58..0d334503d07d7152e3b167463d50bac6a989965a 100644 (file)
--- 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