fumiX / fuBlog

Blog Software
https://blog.fumix.de
Apache License 2.0
2 stars 1 forks source link

404 status page for unmatched URLs, 410 status page for deleted blogposts #36

Closed fumiX-RMI closed 1 year ago

fumiX-RMI commented 1 year ago

If blog entries are linked or bookmarked from outside the system they may get deleted and still be referenced. At the moment there will be just a blank screen.

floscher commented 1 year ago

There should be a general 404 page, any unmatched URL at the moment leads to a blank page (also currently returns a 200 status code).

I'm not sure, if we should make a special case for deleted blogposts. What would that page display, apart from "Once upon a time there was a blogpost here"?

floscher commented 1 year ago

On #52 there is a basic 404 page now

thooyork commented 1 year ago

improved / cleanup general 404 page respond 410 on ids that doesn't exist (anymore)