Skip to content

Commit

Permalink
Redirect errors to start page
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed Mar 15, 2024
1 parent af47fc0 commit d20de3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
<error-page>
<error-code>404</error-code>
<location>/index.html</location>
</error-page>
</web-app>

0 comments on commit d20de3b

Please sign in to comment.