Hot answers tagged http-404
25
"When you searched for this site, there was no 404, but you spent a nice time in Roswell, New Mexico"
edit
or (thanks to Gnoupi for reminding me)
edit maybe a better line would be
"The page you were looking for is not here. You haven't seen a 404. In fact, there is no area51. You have spent all day at stackoverflow"
20
Returning a 404 causes the search engines to remove deleted posts from search results, which is what we want. So you can't categorically say that 404's are bad. Eliminating 404's prevents us from taking out the trash.
People posting links on their blogs or other websites are responsible for policing their own broken links, whether they originate from SE ...
8
You can't.
It was created by Chris Dimino as part of a project that involved breathing new life into a now useless product by giving it another purpose. In this case the ‘useless product’ was an old Corona typewriter that was reborn as the Corona-Matic which makes keyboard shaped waffles.
http://www.designhead.net/cdimino/typewriters4.html
...
8
You have high hopes for people clicking on the image for an explanation.
They'll need something like a big bright link text to clue them in about the 404 page contest.
7
this is a file extension issue. ASP.NET is refusing to serve a *.java file - same as if you wanted to check the tag soapi.cs on stackapps.
I have covered this in another post over on stackapps - http://stackapps.com/questions/1380/
There are some very simple ways to handle this, but the issue has not gotten much attention.
A workaround, posited by ...
7
Users with more than 10k reputation can already see deleted posts. There is no need to rely on any cache from a third-party, SE only soft-deletes content in most cases.
That non-10k users cannot see these posts is by design, so it's unlikely that they implement some way around it. The question you show in your screenshot was deleted by moderators or ...
7
As far as I can tell by knowing the system for some time, it's by design and not a bug.
User with less than 10K reputation can't see deleted questions, not even his own deleted question, so it means he also can't edit such question.
Deleted questions still count towards the duplicate check to prevent users from re-posting bad quality questions over and ...
7
Try
http://stackexchange.com/error
http://stackexchange.com/404
http://stackexchange.com/site-not-found
Compare with
http://stackapps.com/error
http://stackapps.com/404
http://stackapps.com/captcha
Notice any themes? Feel free to try this on other public SE sites (that is, ones with a unique design) and see what you discover.
(Apparently we don't need ...
7
I would suggest to add the link to http://meta.stackoverflow.com/ on the 404 page, and say, "please consider searching on meta and posting your question there if not found.
Well, normally that would be really bad advice.
In your case, the page you were trying to access isn't supposed to be visible to anyone other than the account owner - so the 404 ...
6
Alternatively, at least some more explanation could be returned with the 404, like is already done for other reasons such as:
[Your/This] question was removed from Stack Overflow for reasons of moderation
This question was voluntarily removed by its author [– that's you!]
As an aside: rather than some 403 Forbidden, currently anonymous users ...
6
Most posts are deleted with a reason. The most obvious is that they do not fit in the image of a SE site.
If you don't delete these posts, people see these and are confused about the true image of the site and don't know what to ask or answer here. But if you delete them and keep the 'true' posts, the overal confusion is reduced. Making a better site (and ...
6
I believe this is a bug deep, deep in the .NET framework. Seriously.
See:
http://stackoverflow.com/questions/2515959/how-to-create-a-uri-instance-parsed-with-genericuriparseroptions-dontcompresspath
and related connect item, System.Uri incorrectly strips trailing dots
...
5
"Deletion of questions seems to lead to quite a few dead links. Is there anything we can do about that?"
What's the alternative? We have deletion as a feature of the site. It's a vital tool for enforcing community standards about what should and should not be on this site.
If a post is deleted, then any links to it need to not serve that content. ...
4
This bug has been fixed. Now:
http://stackoverflow.com/nosuchpageexists and http://stackoverflow.com/nosuchpageexists. produce the same result (the usual Stack Overflow 404 page with the polyglot program).
Valid question URLs followed by one or more .s now redirect to the canonical question URL: ...
4
Looks like the images for the trilogy on sstatic moved and the odata DB site table needs updating:
http://sstatic.net/so/img/logo.png -> http://sstatic.net/stackoverflow/img/logo.png
http://sstatic.net/su/img/logo.png -> http://sstatic.net/superuser/img/logo.png
http://sstatic.net/sf/img/logo.png -> http://sstatic.net/serverfault/img/logo.png
...
3
There was a link validator in development (see here, and link-validator), but I don't believe it's live yet.
Unless this tool gets released, there's no way to report broken links.
Of course, as everyone can edit anything on Stack Overflow, feel free to edit the post to correct the link if at all possible. If it's unclear where the link should be pointing, ...
2
Most likely it was deleted. If you have over 10k rep you can see deleted questions, but other than that it'll just appear as you see it.
If you think it was something that shouldn't have been deleted (unlikely), you can send that URL to a moderator and they would be able to view it, I believe.
2
There are two things I would like to say:
This 'problem' exists and will exist on all sites that accept user content, simply because not all the content worth keeping or the *user wants it deleted
In most of the cases, if the content is trash, it will not be linked, therefore the amount of broken links should be low.
* This is not the case in SE sites, ...
2
I created the [r.java] tag because R.java is a specific auto-generated file in Android projects. Many people is having problem with this file so a tag is helpful.
I didn't know this issue with *.java files/URIs. But I recongniced it myself a few days ago, when I clicked on the tag.
Now I have renamed the tag to [r.java-file] which works better. I have also ...
2
I thought all images were stored on sstatic anyway? (Apart from flair images by the looks of it)
This appears to be some kind of redirect issue.
Browsing to http://chat.meta.stackoverflow.com/favicon.ico should redirect to http://sstatic.net/stackoverflowmeta/img/favicon.ico Unfortunately it doesn't - it redirects to http://sstatic.net/mso/favicon.ico
1
Also posted on the original meta question at P.SE:
What if we returned a 404 error message, but the custom error page showed the original content of the page (at least until the page isn't getting hit from search engines any more)? This solves the problem with the user interaction, because I've run into 404's for programming issues on SO myself, and it's ...
Only top voted, non community-wiki answers of a minimum length are eligible



