I have directory indexing on my server set to return a 403, as I don't want people seeing the Apache directories. Some directories on my site have index pages, and I link to them using /directory/, not /directory/index.html.
Now I have errors showing in WMT. One is a 403 error for:
example.com/directory/
I have files in that directory that are linked to, but the nature of that particular directory makes an index.html page unnecessary.
In addition, I now have not found error messages listed for real pages on my site, only they are in the directory that has been returning the 403! i.e.,
example.com/directory/realpage1.html
example.com/directory/realpage2.html
Those pages do exist, but they are located at root:
example.com/realpage1.html etc.
What is the best way to deal with this? Putting a blank index page in every single directory seems like a waste of time, especially when the directory only has images in it that are linked to from other pages on my site, or I have one directory that is an archive of old pages, that have links going directly to the pages, but an index page in that directory would be an extra chore to maintain.
What's the best way of dealing with this? Thanks.