diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 92825ea92d5..18124826755 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,7 @@ ErrorDocument 404 //owncloud/core/templates/404.php -php_value upload_max_filesize 512M -php_value post_max_size 512M -SetEnv htaccessWorking true +<IfModule mod_php5.c> + php_value upload_max_filesize 512M + php_value post_max_size 512M + SetEnv htaccessWorking true +</IfModule> Options -Indexes |