Dang, so you're saying that I need to physically change the name of my test directory on the server?
This will require me to repath all of my vBa config files, etc...
So this cookie path is supposed to get you to the "forums" folder, correct?
So are you saying to rename the "forums" folder "test", and then set the cookie path to '/test/' because then that directory will exist?
I had hoped that I could differentiate between their parent directories "NashvilleChristian" and "NashvilleChristian-Test".
I really don't want to change my file structure or naming convention, unless there simply is no other option.
Thanks for the help.
Jeff
--------------- Added [DATE]1211941837[/DATE] at [TIME]1211941837[/TIME] ---------------
I think that I figured out my problem. I don't believe that I needed to modify any of my cookie settings in the AdminCP.
All that I appear to have needed to modify was my forums/includes/config.php (on line 92) as follows:
PHP Code:
$config['Misc']['cookieprefix'] = 'HERE';
I needed to use a unique cookie prefix, so that my browser would not become confused between the cookies of my TEST site and my LIVE site. Do this by replacing the text HERE above with the prefix of your choice.
After setting this correctly, I reverted the "Path to Save Cookies" AND the "Cookie Domain", in the AdminCP, to the vB default settings. I don't believe that I ever needed to monkey with that part at all.
Everything appears to be working well at the moment. If there is some unforseen reason why this is not configured ideally, someone please let me know. Otherwise, I think that I'm good for now.
Thanks for the help everyone!

Jeff