Resource icon

xF1 Add-on 410 Gone 1.0.0

No permission to download
Compatible XF Versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
  6. 1.5
This is a relatively simple add-on that will change the response code of 404 responses to 410 if:
  • 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).
This currently done for the following content:
  • Threads
  • Forums
  • Resources
  • Resource Categories
Adding a new type of content is simple, and add-on authors can add it themselves in their add-ons if they wish.

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 is released under the MIT license, so feel free to contribute changes via the GitHub repo.

This add-on will add 2 extra queries to 404 error pages.
Author
AnimeHaxor
Size
22.9 KB
Extension
zip
Downloads
3
Views
1,142
First release
Last update

More resources from AnimeHaxor