I think I finished everything to get to the drupal welcome site but when i type my website url in browser www.miratime.dk nothing happens ??

I believe my change of urls in the configuration/settings file is correct.
$db_url = "mysql://username:password@localhost/database";

User-name: I use the user-name created for logging in to php-admin

Localhost: I use the server name(mydb3.surf-town.net) that I can see in phpMyAdmin.
I also tried to use my database-management host-name: mydb3.surftown.dk

Password: I use the password which I use for logging in to php-admin.

This is what I see in phpMyAdmin : MySQL 4.0.26-standard-log runs on mydb3.surf-town.net as MyUserName@wsi1.surf-town.net . I believe my database is setup right. I pushed the sql-button and imported al my (55) tables, So I think the database is setup fine. Could I have done this wrong ?

In the webshell file administration at http://wsw3.surftown.dk I can see my 4 folders: my to website domain folders, one logs folder, and my drupal-4.65 folder. I have an account name which is identical to my ftp:login. I am running on a windows NT server.

Should I move drupal folder into my websites folder?

I haven’t created any htaccess files , should I ?

This guy http://drupal.org/node/48945 is adding af drupal version name to the end of his url’s, should I do the same?

I have been stuck for a couple of evenings now and I can’t do any constructive work by myself anymore, so if somebody could ask me the right questions and help me out, I would be happy.

Comments

kim-werker’s picture

I might be wrong here, but it sounds like you've uploaded Drupal to your server in a subdirectory. If so, you'll have to go to www.miratime.dk/drupal-4.65. If you don't want to run it from a subdirectory, move the contents of drupal-4.65 into your root directory.

Good luck!

Cheers,
Kim
---
http://www.crochetme.com
This is your brain on yarn.

gabriella’s picture

Hi Anders,
If you have installed drupal in a sub directory called drupal-6.5 you should set the $base_url to correspond with that.

Set your $base_url to "http://www.miratime.dk/drupal-6.5"

Anders Spang’s picture

in my root folder i have a folder with the name of my web-address, when i create a normal html.file the browser shows it when i type my web-address. I simply stored all my drupal files in that folder.
But i get this error when i type my websites address:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.

any ideas on how i can find the problem ?

PartisanEntity’s picture

Hi, I have installed Drupal to a subdirectory and am getting this error too:

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.

Were you able to solve this problem? And if yes, how?

Thanks.