Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-24 01:47:46 +0400
committerKamil Domanski <kdomanski@kdemail.net>2011-06-24 01:47:46 +0400
commit2073d3b08e97675a1f418b44a4e7c72039da2149 (patch)
tree8b14c03398e9af9e6afb1e71285885b371c3def6 /.htaccess
parent0bf67298d142b157712ce345e1d999ff2ab9ea49 (diff)
fix 404
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f2172f4357a..c818c9ca2ea 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
-ErrorDocument 404 //owncloud/templates/404.php
+ErrorDocument 404 //core/templates/404.php
php_value upload_max_filesize 20M
php_value post_max_size 20M
SetEnv htaccessWorking true