diff options
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"); +%> |