So Im doing my first big site with Revo 2.1.1 Got everything running smoothly with multiple contexts from one installation. The only problem I am having is with one site that is on a different server from the core install (the core is media temple, the other is earthlink). I have the three hosted on the same server working great. I simply placed the config, htaccess and index.php and it points to where it needs to go. Now for the remaining its on an entirely different server so the modx_config_path definition in the config file naturally doesn’t resolve.
I didnt want to have to switch server hosts at this time for my client (its currently earthlink) since Im only dealing with the web front end.
So as it stands my core install path is:
define('MODX_CORE_PATH', '/home/xxxx/domains/my-site-name.com/html/core/');
and I thought that I would just need to replace it with something like:
define('MODX_CORE_PATH', 'http://my-site-name.com/core/');
but that doesn’t seem to do the trick. I also thought that I could simply alter the DNS "a" records to point to the new host IP, which obviously would work but Id have to contact customer support at Earthlink (no joy there) so its kind of the last resort. Anyone have any ideas of how to structure the config path (or if its even possible?)
thanks in advance -
P