Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@silverleafstudios.net>2011-11-05 04:16:01 +0400
committerSean Leonard <meanderingcode@silverleafstudios.net>2011-11-05 04:16:01 +0400
commit70014c4fd02f3bda7c92f68ffee8b787b223022f (patch)
treea656f66d1b2ed25a80953e45831e443b63abf479 /.htaccess
parent095d0aa74325e078b80861b62af11f1de2a7830e (diff)
Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
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