Hello again - this thread's nearly nine months old!
I've just installed Revolution Alpha 3 and I'm still trying to get my head round Contexts.
When prompted to specify the manager context location and the web context location I decided to make some changes, my server path leading to the MODx installation is setup like something like this: /bla/blabla/blablabla/bla/12345/domains/
firstdomain.com/html/ and I wanted to change the location of just the web context to this: /bla/blabla/blablabla/bla/12345/domains/
otherdomain.com/html/ leaving the manager context on firstdomain.com
After changing the web context path I was expecting to be able to go to otherdomain.com and be able to view the document with ID 1 - but instead I get a 403 Forbidden page error and fins a config.core.php file at its location containing:
<?php
define('MODX_CORE_PATH', '/bla/blabla/blablabla/bla/12345/domains/firstdomain.com/html/manager');
define('MODX_CONFIG_KEY', 'config');
?>
I was quite pleased that MODx had been able to put a file somewhere completely different on my sever, but otherdomain.com wasn't showing the website, instead firstdomain.com/ was showing the web context, and also firstdomain.com/manager was showing the manager context.
I'm not sure what I've done wrong here, anybody got an idea?
Also, what is the AJAX Context, and what would the purpose of changing its location be?
Finally, once I'm in the manager I can add a totally new context, such as thirddomain.com, which I can then start adding documents into - but how can I make /bla/blabla/blablabla/bla/12345/domains/
thirddomain.com/html/ load this context?