I installed v 1.3.8a and have not switched over my domain name yet so I am accessing the admin section by my IP address.
I have modified the following two configure.php files:
store/includes/configure.php
//define('HTTP_SERVER', 'http://mysite.com');
define('HTTP_SERVER', 'http://70.17.17.17/~acct');
//define('HTTPS_SERVER', 'https://mysite.com');
define('HTTPS_SERVER', 'https://70.17.17.17/~acct');
store/admin/includes/configure.php
//define('HTTP_SERVER', 'http://mysite.com');
//define('HTTPS_SERVER', 'https://mysite.com');
//define('HTTP_CATALOG_SERVER', 'http://mysite.com');
//define('HTTPS_CATALOG_SERVER', 'https://mysite.com');
define('HTTP_SERVER', 'http://70.17.17.17/~acct');
define('HTTPS_SERVER', 'https://70.17.17.17/~acct');
define('HTTP_CATALOG_SERVER', 'http://70.17.17.17/~acct');
define('HTTPS_CATALOG_SERVER', 'https://70.17.17.17/~acct');
But
http://70.17.17.17/~acct/store
does not show anything but a blank page. Did I miss some other configure setting with the IP address currently?
(70.17.17.17 is not the real IP)
Thank you...



