oh you are so very close there McNumbers.
I suspect that their configure.php had
andCode:/** * Enter the domain for your store * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com */ define('HTTP_SERVER', 'http://localhost/shop/'); define('HTTPS_SERVER', 'https://localhost/shop/');
When it should beCode:/** * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located. * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront. * They should always start and end with a slash ... ie: '/' or '/foldername/' */ define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/');
andCode:/** * Enter the domain for your store * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com */ define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'https://localhost');
Code:/** * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located. * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront. * They should always start and end with a slash ... ie: '/' or '/foldername/' */ define('DIR_WS_CATALOG', '/shop/'); define('DIR_WS_HTTPS_CATALOG', '/shop/');


Reply With Quote
. For as long as I've been the maintainer of IH, I thought that those were built-in Configuration->Images settings.
