Hi, I am new to Drupal - and almost new to Apache, MySQL and PHP as well.
Finished creating Drupal database in MySQL, also tested database access with a few PHP scripts.
Now I am stuck when trying to connect to Drupal site - step 4 in the Drupal installation guide:
> 4. CONNECTING DRUPAL
>
> The default configuration can be found in the
> 'sites/default/settings.php' file within your Drupal installation.
> Before you can run Drupal, you must set the database URL and the
> base URL to the web site. Open the configuration file and edit the
> $db_url line to match the database defined in the previous steps:
> $db_url = "mysql://username:password@localhost/database";
> where 'username', 'password', 'localhost' and 'database' are the
> username, password, host and database name for your set up.
> Set $base_url to match the address to your Drupal site:
> $base_url = "http://localhost";
I have unziped all drupal file under "C:\\www" folder with their orginal folder structure
I have also modified the following directives in apache.conf:
DocumentRoot "C:/www"
Now when I open http://localhost in the browser, the folder stucture of unzipped Drupal download show up, i.e.
CHANGELOG.txt 13-Dec-2005 01:09 20K
INSTALL.txt 23-Apr-2005 13:07 10K
LICENSE.txt 16-Sep-2004 04:48 18K