Files
i2p.i2p/installer/resources/eepsite/docroot/.resources/README.txt
zzz f2d2652ba6 Add custom error pages
Adapted from I2PPlus with permission, same license.
2025-06-03 11:21:14 -04:00

18 lines
443 B
Plaintext

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.