summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 181248267559e377dbac74e01b395cbc215558f6 (plain)
1
2
3
4
5
6
7
ErrorDocument 404 //owncloud/core/templates/404.php
<IfModule mod_php5.c>
	php_value upload_max_filesize 512M
	php_value post_max_size 512M
	SetEnv htaccessWorking true
</IfModule>
Options -Indexes