nextcloud/.htaccess

6 lines
150 B
ApacheConf
Raw Normal View History

2011-06-24 01:47:46 +04:00
ErrorDocument 404 //core/templates/404.php
2011-06-04 22:16:44 +04:00
php_value upload_max_filesize 20M
php_value post_max_size 20M
SetEnv htaccessWorking true
2011-06-24 01:14:09 +04:00
Options -Indexes