Change this section:
Code:
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/elocin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/elocin/');
define('DIR_WS_HTTPS_CATALOG', '/');
If the test folder is test/elocin/, make the following changes:
Code:
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/test/elocin/');
define('DIR_WS_CATALOG', '/test/');
define('DIR_WS_HTTPS_ADMIN', '/test/elocin/');
define('DIR_WS_HTTPS_CATALOG', '/');