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:
authorGeorg Ehrke <dev@georgswebsite.de>2012-03-25 16:16:39 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-03-25 16:16:39 +0400
commitec40f69c9e7a6aba39bd74ff1549e70a93357e4f (patch)
tree48327473ea6875ead442de25f2b851b5f247598a /.htaccess
parent34c08b3165ff7ee024006b4c425130fde057863c (diff)
add error 403 site
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index ebb28b0887b..11520d743dc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,4 @@
+ErrorDocument 403 /core/templates/403.php
ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M