Ok so this is really doing my head in...
Have recently been doing a lot of redirect301 in the .htaccess file on our linux hosting for our website.
And I setup this line of code into our .htaccess file as well.
Because for some reason am getting a lot of not found url's point to links where the acatalog folder is in UPPERCASE. But physically it is in fact lowercase, and the sitemap and urllist are in lowercase too.
On Google Webmaster Tools am getting a LOT - everyday in fact, more PAGE NOT FOUND ERROR 404 in the NOT FOUND section.
Have attached a screenshot to show you what i mean.
If for example one of the not found pages is
It says this page does not exist, but because of the redirect 301 it does direct you to the correct page.
My question is what do I do to get rid of these pages in Google Webmaster Tools as being page not found urls???
As I can only anticipate this list will increase.
1. I dont want this to affect the SEO of the site.
2. I have no idea where google is getting these links with ACATALOG from
as the acatalog folder on the website is lowercase and the sitemap files all have links where the acatalog folder is lowercase.
Am I doing something completely wrong here or what?!?
Have recently been doing a lot of redirect301 in the .htaccess file on our linux hosting for our website.
And I setup this line of code into our .htaccess file as well.
Code:
redirect 301 /ACATALOG/ http://www.dutchwest.co.uk/acatalog/
On Google Webmaster Tools am getting a LOT - everyday in fact, more PAGE NOT FOUND ERROR 404 in the NOT FOUND section.
Have attached a screenshot to show you what i mean.
If for example one of the not found pages is
Code:
http://www.dutchwest.co.uk/ACATALOG/CD_Players.html
My question is what do I do to get rid of these pages in Google Webmaster Tools as being page not found urls???
As I can only anticipate this list will increase.
1. I dont want this to affect the SEO of the site.
2. I have no idea where google is getting these links with ACATALOG from
as the acatalog folder on the website is lowercase and the sitemap files all have links where the acatalog folder is lowercase.
Am I doing something completely wrong here or what?!?
Comment