blob: 93cabf4c77ed0d254d0ea1645c1b8f3ea5c7c728 [file] [view]
---
layout: default
permalink: /404.html
title: 404 Page Not Found
---
# 404 Page Not Found
The page was moved or never existed.
Use menu above to navigate or go to [home page](/).
If you noticed any site problem, typos, etc on any page,
please correct using "Edit on GitHub" button or check on <https://github.com/apache/struts-site>.
For example, some redirects are configured in [`.htaccess`](https://github.com/apache/struts-site/blob/main/source/.htaccess).
You will be redirected to main page in 10 seconds.
<script type="text/javascript">
function redirectToHome() {
window.location = "http://struts.apache.org/"
}
setTimeout(redirectToHome, 10000);
</script>