- Compatible XF Versions
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
This is a relatively simple add-on that will change the response code of 404 responses to 410 if:
If you want me to add a type of data, I'll need the following:
This add-on will add 2 extra queries to 404 error pages.
- The item requested isn't in the database (so a 410 isn't returned for soft-deletes)
- There is a row in the database with a greater ID than the one requested (so items that have yet to be created don't return 410).
- Threads
- Forums
- Resources
- Resource Categories
If you want me to add a type of data, I'll need the following:
- The controller name
- The table name
- The primary key field name (this has to be an integer field)
This add-on will add 2 extra queries to 404 error pages.