Right now, I have a multisite configuration of drupal 6 installed in:
public_html/drupal

and I would like to move it to:
public_html/drupal/drupal6_root

After I copy the files to the new location, what must be adjusted to reflect the change and recognize the new location?

Thanks.

Comments

John Yates’s picture

edit the apache file:
/etc/apache2/sites-available/YOURSITENAME.conf to reflect the changed DocumentRoot
then re-start apache

jfmoore’s picture

I should have mentioned that the installation is on a remote cPanel server. When I set it up, Drupal had no access to Apache in order to register the original location, so I can't see how we would need to change Apache to move it. Some .htaccess file, perhaps?