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!
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
you need to give us more information. what is your DirectoryIndex set as in httpd.conf? is PHP executing the files now? if not, what errors are you getting, if any?
create a separate page with the text:
Code:
<?php phpinfo(); ?>
and open it in your browser. does that pull anything up?