This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ErrorDocument 404 /owncloud/core/templates/404.php | |
<IfModule mod_php5.c> | |
php_value upload_max_filesize 512M | |
php_value post_max_size 512M | |
php_value memory_limit 128M | |
SetEnv htaccessWorking true | |
</IfModule> | |
Options -Indexes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ErrorDocument 404 /owncloud/core/templates/404.php | |
<IfModule mod_php5.c> | |
php_value upload_max_filesize 512M | |
php_value post_max_size 512M | |
php_value memory_limit 128M | |
SetEnv htaccessWorking true | |
</IfModule> | |
Options -Indexes |