Hacker News new | ask | show | jobs
by Carioca 4428 days ago
Probably using a framework (Django, for instance) that doesn't have a default 404 path.
3 comments

If 404 template is absent, in the case of django it will show Not Found The requested URL /whypost was not found on this server.
Guessing by what curl -I says, looks like lighttpd + webpy.
BuiltWith shows it's using Rails.