Hi.
For some reason I can't seem to remember how to config my dev site in configure.php. I've got mysite.com and mysite.com/dev123
The front-end works fine but in the admin I'm getting a url like this[1]. Here's2[] my relevant config section. I've tried removing /dev123/ from the conf section thinking that's what was doubling things up but that didn't help any.
ref.
[1]
mysite.com/dev123/dev123/conf/login.php?[....]
[2]
define('DIR_WS_ADMIN', '/dev123/conf/');
define('DIR_WS_CATALOG', '/dev123/');
define('DIR_WS_HTTPS_ADMIN', '/dev123/conf/');
define('DIR_WS_HTTPS_CATALOG', '/dev123/');
define('DIR_FS_ADMIN', '/hsphere/local/home/<uid>/mysite.com/dev123/conf/');
define('DIR_FS_CATALOG', '/hsphere/local/home/<uid>/mysite.com/dev123/');
define('DIR_FS_SQL_CACHE', '/hsphere/local/home/<uid>/mysite.com/dev123/cache');


Reply With Quote
