Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unidentified 404 not found pages

We are getting lot of 404 page not found error which we can't find the reason with same pattern. We are not doing any redirect for this 404 pages or we are not giving link anywhere for this broken page links.

The common point for this errors is partly manipulated with same pattern; removing first segment of URL's. Example;

This is true URL's;

site.com/category/news/title-of-the-content

site.com/another-category/news/another-title-of-the-content

...

This is what we getting 404;

site.com/category/news/

site.com/another-category/news/

...

We are collection user agents for 404 errors, and here they are;

Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.2)

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET4.0C; .NET4.0E)

So this error only occurs in Internet Explorer.

We think this happens because of some IE plugins but can't find. Anyone have same problem? Or what we can do about this situation?

Thanks in advance.

Bonus: enter image description here

like image 865
musa Avatar asked Oct 14 '14 17:10

musa


People also ask

What does 404 Cannot find the page mean?

404 error codes are generated when a user attempts to access a webpage that does not exist, has been moved, or has a dead or broken link. The 404 error code is one of the most frequent errors a web user encounters. Servers are required to respond to client requests, such as when a user attempts to visit a webpage.

How do I find 404 pages on my website?

Google Search Console: You will find a list of all 404 pages by logging into your Google search console account and going to Diagnostics > Crawl Errors. After you click on “Not Found”, a list of all the urls that result in a 404 error will appear.


1 Answers

It could have something to do with users using 'safe mode' from their browsers. This link shows how the Mozilla Support addressed a similar situation https://support.mozilla.org/en-US/questions/1003468

like image 109
Eda Avatar answered Oct 04 '22 21:10

Eda