summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-06-04 20:16:44 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-06-04 20:16:44 +0200
commit1eb0faa2642babdd3031fdfa611ee10d1a3ccec5 (patch)
tree78b311b484839586f78200bb4b537627de89958a /.htaccess
parent3892fe55110ce86d742cabcf1422d96115590c5b (diff)
downloadnextcloud-server-1eb0faa2642babdd3031fdfa611ee10d1a3ccec5.tar.gz
nextcloud-server-1eb0faa2642babdd3031fdfa611ee10d1a3ccec5.zip
make fileactions extendable by plugins
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 00000000000..58230365bf5
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,4 @@
+ErrorDocument 404 //owncloud/templates/404.php
+php_value upload_max_filesize 20M
+php_value post_max_size 20M
+SetEnv htaccessWorking true