Ok, Ive been trying for the last day to install drupal and its just not happening for me. The install.txt leaves much to be desired and I want to ask a couple of things and maybe you can tell me where Im going wrong.
First off, I'm installing to an ipowerweb server, where I admin the database through phpmyadmin. I'm able to successfully install the tables in the database but I get hung up on pointing the browser to drupal.
1. When I unzip the files the folder is drupal-4.6.0\drupal-4.6.0. Am I supposed to upload exactly as unzipped or should I be dragging the actually drupal directory to the top level and installing that one folder to the root of public_html, so it's /public_html/drupal-4.6.0/ and not /public_html/drupal-4.6.0/drupal-4.6.0/ ?
2.All the install instructions say point to drupal by saying www.yourpage.com/drupal. Does this mean I am supposed to be making a folder called drupal and uploading the zipped contents to that? Because as the directoy structure exists when it is unzipped and uploaded it would really be http://yourpage.com/drupal-4.6.0 but thats wrong, correct? Or is the /drupal supposed to be your database name, which will be different for me because my host adds a prefix to the database name?
I'm pretty sure my settings.php file is correct but I've also heard people talk about an includes/conf file. I don't have this do I need this?
I think the only thing hanging me up is I might be screwing up the directory of where drupal is looking for stuff. If I can iron this out I think I'll be alright, any help is greatly appreciated.