ok so im a little confused.
this is how i am set up:
domain1.com is my main domain.
domain2.com is where i want to instlal ZC
all of the files for domain2.com are in a folder under htdocs (htdocs/domain2files/)
my main .htaccess file under the htdocs points the domain2.com to this folder.
now, i have installed ZC to https://www.domain2.com/photostore/
these files are ACTUALLY here as well - https://www.domain1.com/domain2files/photostore/
** i hope that makes sense :blush:
so, when trying to access the admin from either URL - (ie. https://www.domain2.com/photostore/admin) it doesnt work.
the includes/configure.php reads:
define('HTTP_SERVER', 'domain2.com');
define('HTTPS_SERVER', 'https://username.powweb.com');
define('HTTP_CATALOG_SERVER', 'domain2.com');
define('HTTPS_CATALOG_SERVER', 'https://username.powweb.com');
and
define('DIR_WS_ADMIN', '//domain2files/photostore/admin/');
define('DIR_WS_CATALOG', '//domain2files/photostore/');
define('DIR_WS_HTTPS_ADMIN', '//domain2files/photostore//admin/');
define('DIR_WS_HTTPS_CATALOG', '//domain2files/photostore//');
please let me know if you need other info --- i really appreciate your help. i hope the fix is as easy as editing the configure file!
be well