I have lot of folders and I use index.htm as my primary file in that folder. So all of the links will be www.website.com/a/index.htm, www.website.com/b/index.htm and so on... Even the links in header and Sitemap all point to /index.htm
However, I found from my log files that google is always trying to access /a/ instead of /a/index.htm. I am doing a 301 redirect since almost an year to redirect /a/ to /a/index.htm. However, Google even today is looking for /a/ first. There are no links to /a/ anywhere in my website. I wonder why Google is doing this..
Any thoughts?