Hello

my drupal is located at www.mysite.com/drupal

i want to assigned the URL www.maysite.com for the drupal frontpage
how to do that please?

Comments

ultimike’s picture

Depends on your web server. If you're using Apache, you'll need to edit the DocumentRoot entry of your httpd.conf file. Something like:

DocumentRoot "/var/www/html/mysite/drupal"

Your httpd.conf file should have a default value in there already - you just need to changes it and restart Apache.

Make sense?

-mike

WillieBHines’s picture

How far are you along? Might be easier to reinstall with drupal right off the doc root if it's a simple site.