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:
authorStefan Göckeritz <admin@s-goecker.de>2012-02-10 22:40:18 +0400
committerStefan Göckeritz <admin@s-goecker.de>2012-02-10 22:40:18 +0400
commitd9db6e73d808a48859209e95ce73fe0d0d9bc563 (patch)
tree948bf95424aa6513d0d781fb4288829a21331c30 /.htaccess
parentbfa69c3e591e0c9f930af7948364e1aae4bdff8b (diff)
bugfix for oc-236
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 3 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 86a2de6b946..ebb28b0887b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,9 @@ ErrorDocument 404 /core/templates/404.php
php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 512M
-SetEnv htaccessWorking true
+<IfModule env_module>
+ SetEnv htaccessWorking true
+</IfModule>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on