
Originally Posted by
caffiendo
I do have the closings. I don't know how those got posted there w/o them...
this is what I have:
define('DIR_WS_ADMIN', '/xyz123/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/xyz123/');
define('DIR_WS_HTTPS_CATALOG', '/');
Could this be what is needed?
define('DIR_WS_XYZ123', '/xyz123/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_XYZ123
', '/xyz123/');
define('DIR_WS_HTTPS_CATALOG', '/');
Other than that, I don't know why this isn't working. Do I need to restart it or reboot it somehow?