Has anybody had problems with certain php files refusing to execute under mac os x? Everything was working fine until last week. Now any file I leave alone works fine, but as soon as I make a change and save it, the server returns the code instead of running it. Any ideas?
A couple details: Two files in the same dir, with similar names (test.php and test2.php), with the exact same contents, both set to 777. test.php works, test2.php doesn't. Ah!