Hey calguy -
Thanks very much for the advice. The procedure seems pretty straightforward, but unfortunately, the consequences of trying it were not in my favor. The issues I now confront are as follows:
1. You indicate that I should only have change two or three strings in the
config.php file. There are at least six instances in which directory paths are specified in the file however. Should I actually be updating all of them, and if not, which ones are critical?
2. Many of the directory strings in the
config.php file seem to include directories that I can't even see when working with my FTP client, and go against my understanding of where the CMSMS site actually resides on the server. For instance, the original CMSMS site path (as I understand it) is as follows:
www.marcohaber.com/cmsmadesimple . In the config.php file however, it specifies the following path to the uploads directory:
$config['uploads_path'] = '/home/content/m/a/r/marcohaber/html/cmsmadesimple/uploads';
In updating this string, what (if anything) am I to do with
home/content/m/a/r/ as well as with
html? If my intention is to move the site to the
marcohaber.com root, why wouldn't the new path simply be
marcohaber.com/uploads? Do I leave everything alone in the path other than removing
cmsmadesimple from the string?
So, the general question here is: when modifying a directory string in the config.php file, what exactly should I be changing, and what exactly do I need to leave alone?
3. With all the trouble I was having in my attempts to properly migrate the newly developed CMSMS site, I elected to move all of the files and directories back into the original, nested,
cmsmadesimple folder until I can first sort out unanswered procedural questions. I did not actually save any changes to the config.php file, so I assumed that the site would again load just fine once all of the associated files and folders were restored to their original location. This is unfortunately not the case however. The site is now a mess and I'm simply at a loss as to how it can be restored.
[
UPDATE - The site again looks fine. When I initially moved all of the files back, the site would not load properly for some time. I just checked it again and now it again seems fine. Not sure how/why this happened. Anyway, I still do need info about how to properly update the config.php file.]
Additional tips?
Thanks again to you (or anyone else) who has helpful insights here.