summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-10-02 17:52:11 +0200
committerBartek Przybylski <bart.p.pl@gmail.com>2011-10-02 17:52:11 +0200
commitc3d7ffc8775e45da9b89781bb4e99be373b8ce09 (patch)
treea1b2f542bcb5d3a11f597a3c55ead8342512b89b /.htaccess
parentee62eb7bb088d6d496d3651a391b83f3ad184fb9 (diff)
downloadnextcloud-server-c3d7ffc8775e45da9b89781bb4e99be373b8ce09.tar.gz
nextcloud-server-c3d7ffc8775e45da9b89781bb4e99be373b8ce09.zip
adding tmp icon for app, extending memory size for php in .htaccess
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess10
1 files changed, 5 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index 34c8a234514..8763a8bcde5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,8 +1,8 @@
-ErrorDocument 404 //owncloud/core/templates/404.php
+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
+php_value upload_max_filesize 512M
+php_value post_max_size 512M
+php_value memory_limit 128M
+SetEnv htaccessWorking true
</IfModule>
Options -Indexes