1
vote
1answer
23 views

Website starts showing 404 after 301 redirects via .htaccess

One of my clients websites started getting 404 messages on some pages after doing 301 redirects via .htaccess file. I don't understand why that happens, could someone tell me what went wrong? The ...
0
votes
1answer
38 views

Consequence of redirecting ALL 404s on a site

I've just gone through my sites 404 list and redirected all of them to the front page. There were in general 2 categories of links. The first was relative links of client sites which we may have ...
1
vote
0answers
99 views

htaccess returning 404 errors on some URLS on website

I have a .htaccess file on my main directory on my website, which basically allows pretty urls (example.com/index instead of example.com/index.html) and it will redirect to a pretty url if someone ...
4
votes
1answer
91 views

What Google will do while switching from 301/404 to 200?

Imagine a pagination script with 20 total pages: articles.php?page=18 What should I do when some third party web site links to a non-existent page? articles.php?page=21 (page 21 is out of ...
0
votes
2answers
149 views

GWT: reporting crawling errors for non existing links

Google Webmaster Tools is reporting crawl errors for links that never existed, and if i check the "Linked from" tab for a given error link, it shows another that never existed. They all mention ...
2
votes
1answer
61 views

Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?

I have seen this question asked several times here, but never clearly answered. I suspect it has something to do with my .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> ...
6
votes
2answers
224 views

serious 404 problem, suggestions for hunting them all down

I have a bit of a situation coming up. Due to a complete website structure redesign that is basically inevitable, I expect to have the following: Our sitemap of about 12,000 url's have about 90-95% ...
2
votes
3answers
116 views

What is the best way to deal with 404s that are all trying to point to the same page that are from an external site?

I started getting 404s showing up in my Google Webmaster's Tools from a site linking to a specific category but with odd characters at the end of the URL. So Something like this: ...
2
votes
2answers
206 views

Tool to generate list of redirections (sitemap for .htaccess)

Is there any good tool (preferably for Ubuntu), that can help me generate a list of URLs used on a site? I'm building new version of some site, but I don't want to get 404 errors for the old pages. ...