From 1eb0faa2642babdd3031fdfa611ee10d1a3ccec5 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 4 Jun 2011 20:16:44 +0200 Subject: make fileactions extendable by plugins --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') 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 -- cgit v1.2.3