I've got a customer that downloaded a open-source PHP product called DRUPAL. They installed this with MySQL and Apache onto a server.

When you visit the page (//FPSREAD/DRUPAL in the browser addr) it shows a list of files in that folder, as opposed to rendering the INDEX.PHP. One of those files was the index.php - which we could click on and get the page.

We messed with the apache config - changing the default page from INDEX.HTML to INDEX.PHP - restarted the service - but that did not work.

Now we changed it back to INDEX.HTML - back to displaying the file list.

But now when we click on INDEX.PHP it will no longer ever render that page.

Help!