Ok
I start with multi-site configuration for my sites. Now I decided I really want to have them as single site setup.
Currently, I have the following configuration. Each sites has own database that seem to be fine.
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 this way
www/site1
/core
/default
/default/modules
/default/themes
/default/fiels
/default/settings.php
/www/site2
/core
/default
/default/modules
/default/themes
/default/fiels
/default/settings.php
Or (mutlisite setup but only one site)
www/site1
/core
/default
/sites/all/modules
/sites/all/libraries
/site1/
/site1/files
/site1/modules
/site1/themes
/site1/settings.php
/www/site2
/core
/default
/sites/all/modules
/sites/all/libraries
/site2/
/site2/files
/site2/modules
/site2/themes
/site2/settings.php
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
Comments
Hi Pam, I know this was a
Hi Pam,
I know this was a while back for you, but did you ever figure out how to do this?
Thanks