I am new to drupal and have a question concerning the default home page. My current default home page is set to http://stlouistraining.com/drupal/node .

Do I have drupal installed in the wrong folder to use http://www.stlouistraining.com/ as my default home page?

Can I use the same install for more than one domain?

What am I doing wrong?

I am using 6.14.

Comments

ctmattice1’s picture

Drupal should be in the root folder, depending upon your webhost it could be several different places such as public_html or www, or could be a folder if you have a VPS.

it can handle multiple domains. Creating Multiple Sites On a Local Computer is a good place to start, search multisite as well, there's tons of info on setting this type of configuration up

gbaudoin’s picture

Status: Active » Closed (works as designed)

Your Webserver is configured to point to a certain directory, you could either change that configuration (to point it at /drupal) or move your site one directory up.

Regarding the /node part, you can change that in the "site information" admin page.