Hi everyone. This is my first post. I've lurked for a few days trying to pickup some tips on handling the problem mentioned above, but I'm still stuck. It seems this topic has been beaten to death but if you could indulge me, I'd appreciate it.
I installed Drupal 4.3.0 to a subdirectory off my root, so I could play with Drupal until I'm ready.
I setup the database and loaded the tables in PHPMyAdmin without problems. I named the database dru so the system assigns the name grammaat46_dru . I created a user with all priveleges named gm and was assigned grammaat46_gm.
I edited includes/conf.php from the file manager in cPanel. I edited the two lines requied....
$db_url = "mysql://grammaat46_gm:xxxxxxx@localhost/grammaat46_dru";
and
$base_url = "http://website.org/drupal";
Saved the file and opened a new browser window and went to website.org/drupal .
Netscape gives me a "403 Forbidden" "You don't have permission to access /drupal/index.php on this server."
One tip said that I was to click "create account" anyway because drupal always says this until the first account is setup. But I get no buttons from drupal, only the Netscape and Apache messages.
Another tip suggested checking the host minimum requirements but these all checked out.
Yet another tip suggested using website.org/drupal/index.php or website.org/drupal/?q=user/register etc. but these still give me the same error.