-
Robin Appelman authored
we cant use a very high value since some apache configurations dont seem to handle it properly
Robin Appelman authoredwe cant use a very high value since some apache configurations dont seem to handle it properly
.htaccess 161 B
ErrorDocument 404 //owncloud/core/templates/404.php
php_value upload_max_filesize 512M
php_value post_max_size 512M
SetEnv htaccessWorking true
Options -Indexes