I started with multi-site configuration for my sites. Now I decided I really want to have them as single site setup.
Currently, I have the standard mutli-site setup with my sites separate like following and each sites has own database.
www/drupal/
/core directories and files
/default
/sites
/sites/all/modules
/sites/all/libraries
/site1/
/site1/files
/site1/modules
/site1/themes
/site2/settings.php
/site2/
/site2/files
/site2/modules
/site2/themes
/site2/settings.php
Now I want to change to the either having the sites using the default or even willing to stay with multi-site setup but only have one site per drupal core install.
I have tried both ways for a site and can not get it to work. Do I need to be login and disable all module before moving everything? I keep getting not found on all the pages, it gets the themes and the home page. I checked the database, clear the cache table manually. I can not get logged in, will not event let me to the user login page. Note this is a development environment so I just trying to figure out how to do it and have the correct steps before actually doing it on the live sites. I feel I am missing a step that has to do with path.
Any help would be great, for I am stuck.
Thank you,
Pam