Hello, Kind of a basic one, but cannot seem to find the answer. I installed drupal 6 via the command line on an Ubuntu vps and the site address is " www.example.com/drupal6". I am trying to get it to point directly to " www.example.com".
Any suggestions, should I have installed this manually instead of using apt-get install?
Thanks
Sounds to me like an apache config issue, not a drupal issue - though you might check your settings.php file to make sure
On Tue, Dec 8, 2009 at 5:25 AM, xamprod xamprod@gmail.com wrote:
Hello, Kind of a basic one, but cannot seem to find the answer. I installed drupal 6 via the command line on an Ubuntu vps and the site address is " www.example.com/drupal6". I am trying to get it to point directly to " www.example.com".
Any suggestions, should I have installed this manually instead of using apt-get install?
Thanks
-- [ Drupal support list | http://lists.drupal.org/ ]
Well, the easiest thing to do would probably be to just change your htroot in your /etc/apache2/httpd.conf file (might be called apache.conf... I don't remember how Ubuntu handles it.) However, if you're planning on hosting more sites on your web server, you might not want to do this.
Definitely sounds like an Apache and not a Drupal problem to me though.
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Benj Fredrick Sent: Wednesday, January 13, 2010 9:58 AM To: support@drupal.org Subject: Re: [support] change domain address after install
Sounds to me like an apache config issue, not a drupal issue - though you might check your settings.php file to make sure
On Tue, Dec 8, 2009 at 5:25 AM, xamprod <xamprod@gmail.commailto:xamprod@gmail.com> wrote: Hello, Kind of a basic one, but cannot seem to find the answer. I installed drupal 6 via the command line on an Ubuntu vps and the site address is "www.example.com/drupal6http://www.example.com/drupal6". I am trying to get it to point directly to "www.example.comhttp://www.example.com".
Any suggestions, should I have installed this manually instead of using apt-get install?
Thanks
-- [ Drupal support list | http://lists.drupal.org/ ]
Sounds like a mv -r drupal6/* . sort of thing.
That's what happens if I untar on the command line. -Don-
On 1/13/2010 9:57 AM, Benj Fredrick wrote:
Sounds to me like an apache config issue, not a drupal issue - though you might check your settings.php file to make sure
On Tue, Dec 8, 2009 at 5:25 AM, xamprod <xamprod@gmail.com mailto:xamprod@gmail.com> wrote:
Hello, Kind of a basic one, but cannot seem to find the answer. I installed drupal 6 via the command line on an Ubuntu vps and the site address is "www.example.com/drupal6 <http://www.example.com/drupal6>". I am trying to get it to point directly to "www.example.com <http://www.example.com>". Any suggestions, should I have installed this manually instead of using apt-get install? Thanks -- [ Drupal support list | http://lists.drupal.org/ ]