diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-09-09 12:57:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-13 12:58:49 +0200 |
commit | 7dcc98eb202c089a2966004ffb988166f3c4e3d7 (patch) | |
tree | a21475a4f53feeea5f548e0135ee7da597d8ae3d /.htaccess | |
parent | d84df155900bfdb58a8826802cde5a096065a078 (diff) | |
download | nextcloud-server-7dcc98eb202c089a2966004ffb988166f3c4e3d7.tar.gz nextcloud-server-7dcc98eb202c089a2966004ffb988166f3c4e3d7.zip |
Add owner to access list
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 7bf8759e383..26be470fd10 100644 --- a/.htaccess +++ b/.htaccess @@ -78,3 +78,7 @@ Options -Indexes <IfModule pagespeed_module> ModPagespeed Off </IfModule> +#### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### + +ErrorDocument 403 /core/templates/403.php +ErrorDocument 404 /core/templates/404.php |