]> source.dussan.org Git - nextcloud-server.git/commitdiff
bugfix for oc-236
authorStefan Göckeritz <admin@s-goecker.de>
Fri, 10 Feb 2012 18:40:18 +0000 (19:40 +0100)
committerStefan Göckeritz <admin@s-goecker.de>
Fri, 10 Feb 2012 18:40:18 +0000 (19:40 +0100)
.htaccess

index 86a2de6b946aeea280c0df7d060828baba17bf18..ebb28b0887ba9350793759efa7990a310e387365 100644 (file)
--- 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