diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-09-08 12:57:00 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-09-08 12:57:00 +0000 |
commit | 1250843ff474520f48a64907e8b6e0513af47171 (patch) | |
tree | bfeb3b615cfb088f3af50257e85aa13a2ce16474 /BKUOnline/src/main/webapp/404.jsp | |
parent | 8493281dff4676cb191ea362f87ce1be987e2e44 (diff) | |
download | mocca-1250843ff474520f48a64907e8b6e0513af47171.tar.gz mocca-1250843ff474520f48a64907e8b6e0513af47171.tar.bz2 mocca-1250843ff474520f48a64907e8b6e0513af47171.zip |
Redirect on 404
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@982 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/404.jsp')
-rw-r--r-- | BKUOnline/src/main/webapp/404.jsp | 3 |
1 files changed, 3 insertions, 0 deletions
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"); +%> |