I have a group of wordpress sites. There is an install in the root that uses permalinks as expected, eg /%postname%/ = root/postname for the URL. In the subfolder installs that structure results in a 404 error, but if I structure the links to include /index.php/%postname%/ they work just fine. This just started happening today after having run fine for about two months.
Things I've done to try and get the subfolder sites working again:
On the same server I am able to create sites in a subfolder under a different URL whose permalink structure works as expected.
Has anyone experienced this or have suggestions on what to try next?
I was never able to fix this problem and moved the site into a subdomain where it is currently running fine.