I installed a mapping plugin that was supposed to allow registered users to mark their location on a Google map. The plugin did not perform as advertised, so I de-activated & deleted it.
Now, going to
http://myurl.com/subdirectory/
does not grab the index.php file, but re-directs to
http://myurl.com/subdirectory/map/
and yields a 404 error.
What am I looking for? Whatever it is, I can't see it and until I do, my visitors are going to get a 404 UNLESS they type in the full address of any page EXCEPT index.php.
Http://myurl.com/subdirectory/year/title
works.
That's not real likely. This is a low volume blog, but not for lack of effort.
Additionally, and possibly unrelated, while nosing around I found a couple of index.php files that contained only a commented out "Silence is golden" for a total of 60 bytes each but the index.php file in the affected directory is 397 bytes and appears to be the real McCoy with perms of 0644.