Tagged Questions
2
votes
1answer
79 views
What's the best HTTP code for dynamically deleted pages?
I've built my own CMS and I'm looking for the best way to handle pages / items deletion.
Actually, pages and items were deleted and cannot be restored.
But since I have implemented a bin, I don't ...