A new one for me today in WMT. Google was reporting a 404 for /widgets/ and lists the pages that link to it. The actual page is /widgets/index.html
This is the only url on my website, that uses the index.html extension. Simply because that's the way its always been, never seen the point in redirecting it.
I checked ALL of the pages that apparently link to /widgets/ and not one of them do. They all link to /widgets/index.html
Index.html is obviously the default file for a folder. And isn't really required. But the way it's setup /widgets/ doesn't work.
Other than rename the index.html to widgets.html, what can I do? It seems strange that Google would assume a link to /widgets/index.html was to /widgets/ especially as many sites still use the index.html extension. Fortunately this is only a single page, but still.