From: Kamil Domanski Date: Thu, 23 Jun 2011 21:47:46 +0000 (+0200) Subject: fix 404 X-Git-Tag: v3.0~267^2~452 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2073d3b08e97675a1f418b44a4e7c72039da2149;p=nextcloud-server.git fix 404 --- 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 diff --git a/core/templates/404.php b/core/templates/404.php index b287571d166..b78828e6301 100644 --- a/core/templates/404.php +++ b/core/templates/404.php @@ -1,6 +1,6 @@