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_CATALOG', 'httpdocs/antonipc/');
define('DIR_WS_HTTPS_CATALOG', 'httpsdocs/antonipc/');
I think it shoud be:
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_CATALOG', '/antonipc/');
define('DIR_WS_HTTPS_CATALOG', '/antonipc/');
ie: remove httpdocs