forked from I2P_Developers/i2p.i2p
Add custom error pages
Some checks failed
Java CI / build (push) Has been cancelled
Java CI / javadoc-latest (push) Has been cancelled
Java CI / build-java7 (push) Has been cancelled
Java with IzPack Snapshot Setup / setup (push) Has been cancelled
Sync Primary Repository to GitHub Mirror / sync (push) Has been cancelled
Some checks failed
Java CI / build (push) Has been cancelled
Java CI / javadoc-latest (push) Has been cancelled
Java CI / build-java7 (push) Has been cancelled
Java with IzPack Snapshot Setup / setup (push) Has been cancelled
Sync Primary Repository to GitHub Mirror / sync (push) Has been cancelled
Adapted from I2PPlus with permission, same license.
This commit is contained in:
81
installer/resources/eepsite/docroot/.resources/000.html
Normal file
81
installer/resources/eepsite/docroot/.resources/000.html
Normal file
File diff suppressed because one or more lines are too long
80
installer/resources/eepsite/docroot/.resources/403.html
Normal file
80
installer/resources/eepsite/docroot/.resources/403.html
Normal file
File diff suppressed because one or more lines are too long
80
installer/resources/eepsite/docroot/.resources/404.html
Normal file
80
installer/resources/eepsite/docroot/.resources/404.html
Normal file
File diff suppressed because one or more lines are too long
81
installer/resources/eepsite/docroot/.resources/4xx.html
Normal file
81
installer/resources/eepsite/docroot/.resources/4xx.html
Normal file
File diff suppressed because one or more lines are too long
82
installer/resources/eepsite/docroot/.resources/5xx.html
Normal file
82
installer/resources/eepsite/docroot/.resources/5xx.html
Normal file
File diff suppressed because one or more lines are too long
17
installer/resources/eepsite/docroot/.resources/README.txt
Normal file
17
installer/resources/eepsite/docroot/.resources/README.txt
Normal file
@ -0,0 +1,17 @@
|
||||
Put your custom error pages here.
|
||||
The following files are recognized:
|
||||
|
||||
- 4nn.html, 5nn.html (for example, 404.html)
|
||||
Served for that specific error code
|
||||
|
||||
- "4xx.html"
|
||||
Served for any error code 400-499 not matched above
|
||||
|
||||
- "5xx.html"
|
||||
Served for any error code 500-599 not matched above
|
||||
|
||||
- "000.html"
|
||||
Served for any error code not matched above
|
||||
|
||||
These error pages are only for the base context.
|
||||
The CGI context has its own error handler.
|
Reference in New Issue
Block a user