From 1250843ff474520f48a64907e8b6e0513af47171 Mon Sep 17 00:00:00 2001 From: tkellner Date: Thu, 8 Sep 2011 12:57:00 +0000 Subject: Redirect on 404 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@982 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/404.jsp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 BKUOnline/src/main/webapp/404.jsp (limited to 'BKUOnline/src/main/webapp/404.jsp') diff --git a/BKUOnline/src/main/webapp/404.jsp b/BKUOnline/src/main/webapp/404.jsp new file mode 100644 index 00000000..aac3c15d --- /dev/null +++ b/BKUOnline/src/main/webapp/404.jsp @@ -0,0 +1,3 @@ +<% + response.sendRedirect("help/404.html"); +%> -- cgit v1.2.3