From 97bb49bc31e0394cb0307ee7f02d9c9d77154887 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 19 Nov 2021 11:37:27 +0000 Subject: [PATCH] PRIVATE : update in htaccess for error page git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@61782 d315682c-612b-4755-9ff5-7f18f6832af3 --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 06cd8ca..a94fb8f 100644 --- a/.htaccess +++ b/.htaccess @@ -24,3 +24,5 @@ Redirect /graph-dumps /graph-dumps.html Redirect /notFound /notFound.html Redirect /personalToken /personalToken.html Redirect /response-metadata-format /response-metadata-format.html +ErrorDocument 500 https://graph.openaire.eu/error +ErrorDocument 404 https://graph.openaire.eu/error