PDA

View Full Version : Please tell me,how to solve 404 error ?



gunjanjain
11-29-2018, 12:41 AM
Hello friends,

Please tell me,how to solve 404 error ?

milinmaru
11-29-2018, 01:14 AM
A 404 error occurs when you try to visit a web page that doesn’t exist. Sometimes, the problem is on the website itself, and there’s not much you can do about that. But sometimes, the problem is one you might be able to solve—maybe you typed the address wrong, or maybe your browser cache is causing problems. Here are some solutions you can try.

Websites might also use slightly different names for this error. For example, you might see things like:

404
404 Resource not found
Error 404
HTTP 404
404 Not Found
Error 404 Not Found
404 Page Not Found
404 File or Directory Not Found
They all mean the same thing.

So, let’s take a look at some things you can do to try to fix a 404 error on your end

anthony clark
11-29-2018, 02:30 AM
Redirect the 404 error somewhere else. If people are reaching /specials, which is an error page, you can tell your server to redirect people to /special instead.
Correct the source link. If the broken link sending traffic to the not found error page exists on your website, and is under your control, you can correct the broken link at the source. However, most 404's come from sources you don't control.
Restore deleted pages. Sometimes, you delete pages from your website and people still come to your website to find those page you deleted. If somebody tries to find a deleted page, they'll get a 404 error. To fix this, you can usually restore the deleted page.
Ignore the not found error. Sometimes, for low priority not found errors that aren't costing you customers, you can simply ignore the 404 is an acceptable solution.

carrentalexp
11-29-2018, 02:44 AM
Do you have a wordpress based website? There are multiple plugins available for redirect in WordPress CMS.

riyaa_rp
11-29-2018, 03:41 AM
Contact your developer. your issue will be solved for sure. Developers know how to deal with 404s.