I try to get a test Drupal website running locally under Windows98, Apache 1.3.29, PHP 4.3.4 and MySQL 4.0.17
I am sure that I am almost there, but I feel that I need some help now. I include the key details on my installation below.
Erik Wesselius
Utrecht, Nederland
--------
I followed step 1,2 and 3 from the install file. Everything works fine. I can access the drupal SQL database through PhpMyAdmin, but I get stuck at INSTALLATION STEP 4: CONNECTING DRUPAL.
Here are the details:
The MySQL database for the drupal test site resides at
C:\Program Files\MySQL\data\drupal
My Apache httpd.conf file defines the server DocumentRoot as
C:\phpWeb
I unzipped and untarred Drupal 4.3.2 into the directory
C:\phpWeb\drupal
In the Drupal conf.php file I edited the following lines:
$db_url = "mysql://erik:password@localhost/drupal";
(where 'password' stands for the password defined for the MySQL drupal database)
$base_url = "http://localhost/drupal";
But when I point my browser to http://localhost/drupal/index.php,
I get an empty Drupal page with the text
Access denied
You are not authorized to access this page.
If I try to login with my SQL password I get an error 403 page in return:
Not Found
The requested URL /drupal/ was not found on this server.
Apache/1.3.29 Server at localhost Port 80
The URL in the addressbox of the navigation toolbar of my browser says