I can't get to my ZC admin page. I just got an transfer account at bluehost and installed ZC 1.3.8 with the bluehost simplescript. My old site is still running on another hosting company so the 2 ZC configure files are set so they use the local server account name (e.g. http://box123.bluehost.com/~myaccount) rather than the domain name.
However when I go to admin/login.php and view source the html, the URLs are using the domain name rather than the local server account name.
form name="login" action="http://www.mydomain.com//admin/login.php" method = "POST"
I'm assuming the login would work if the URL was
http://box123.bluehost.com/~myaccount//admin/login.php
Since the mydomain.com is still hosted elsewhere I get an 404 error.
Otherwise I can navigate around the store, I just can't use the admin.
Why is php echo zen_href_link(FILENAME_LOGIN, '', 'SSL') in admin/login.php producing the domain name.
thanks in advance--artbobo




