diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-19 21:27:07 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-13 12:58:49 +0200 |
commit | 88299ec27c209a432f925f19970e581f46fc54cd (patch) | |
tree | 20039a2717e0084ff2d569b3b4ddbe61a2dad849 /.htaccess | |
parent | 7dcc98eb202c089a2966004ffb988166f3c4e3d7 (diff) | |
download | nextcloud-server-88299ec27c209a432f925f19970e581f46fc54cd.tar.gz nextcloud-server-88299ec27c209a432f925f19970e581f46fc54cd.zip |
Added to public interface
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess index 26be470fd10..7bf8759e383 100644 --- a/.htaccess +++ b/.htaccess @@ -78,7 +78,3 @@ 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 |