diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-03-25 14:16:39 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-03-25 14:16:39 +0200 |
commit | ec40f69c9e7a6aba39bd74ff1549e70a93357e4f (patch) | |
tree | 48327473ea6875ead442de25f2b851b5f247598a /.htaccess | |
parent | 34c08b3165ff7ee024006b4c425130fde057863c (diff) | |
download | nextcloud-server-ec40f69c9e7a6aba39bd74ff1549e70a93357e4f.tar.gz nextcloud-server-ec40f69c9e7a6aba39bd74ff1549e70a93357e4f.zip |
add error 403 site
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
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 |