Hi
I have php, Mysql and Apache installed individually and working before I install Drupal 6.14. The installation process says it
has completed sucessfully. When I click on "view your sites" , it goes to a website (localhost/drupal6-6.14)that show "Index of / Drupal 6.14 " and below
this title is a list of my subdirectories and files under my Drupal 6.14 folder like:
Index of /drupal-6.14
Parent Directory
CHANGELOG.txt
COPYRIGHT.txt
INSTALL.mysql.txt
INSTALL.pgsql.txt
INSTALL.txt
LICENSE.txt
MAINTAINERS.txt
UPGRADE.txt
cron.php
includes/
index.php
install.php
misc/
modules/
profiles/
robots.txt
scripts/
sites/
themes/
update.php
xmlrpc
If I click on anyone of them it will either show the text files if it is a text file or its subdirectoies if it is a directory.
Thanks in advance
Nora
Comments
Comment #1
David_Rothstein commentedWhat happens specifically when you go to http://localhost/drupal6-6.14/index.php? Does it print code to the screen, or show an actual website?
What happens if you put a file called index.html in that directory (with some dummy content), and then either visit http://localhost/drupal6-6.14 or http://localhost/drupal6-6.14/index.html?
It sounds a bit like your server is not configured correctly to find and execute PHP index files...
Comment #2
dave reidAlso check there is a .htaccess file in the directory.
Comment #3
dpearcefl commentedClosing due to lack of response.