Hi,I have a site that currenlty loads in a subdomain (subdomain.domain.com). I would like to move it to a subfolder (domain.com/subfolder). There is another drupal installation in teh root folder (domain.com). I have had a go but there are a few things I just cannot seem to get working, anyone have experience doing this? Could you post your hourly rates?

Thanks!

Comments

cmsproducer’s picture

Look in settings.php for your sit (after you move the files to the sub-directory) and ensure that you have this line enabled and pointing to your domain name and directory...

$base_url = 'http://www.domain.com/subfolder';