I apologise as I have some unresolved posts on this matter, which could be because I have not explained it in one complete overview. So here goes..
I am working my way through why I have just a couple of problems with this my MS1 install. Firstly in this post..
My https is all okay except it is doing this..
1. All icon images show EXCEPT the header logo
2. When the [CONTINUE] button is touched on the final checkout page, the home page is shown but still in https!
All product images are shown, however once again the header ones aren't.
As soon as I click a link to anywhere I get the 'leaving secure' panel, and I'm okay back in http.
For a start my shop path is at /home/league/leagueandlegends-www/catalog/admin
www is leagueandlegends.com
----------------------------
Here are the areas needed in my catalog/configure.php
define('HTTP_SERVER', 'http://www.leagueandlegends.com/catalog'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://host27.the-web-host.com/leagueandlegends/catalog'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_FS_DOCUMENT_ROOT', '/home/league/leagueandlegends-www');
define('DIR_FS_CATALOG', '/home/league/leagueandlegends-www/catalog/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
-------------------------
Here are the areas needed in my catalog/admin/configure.php
define('HTTP_SERVER', 'http://www.leagueandlegends.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.leagueandlegends.com');
define('HTTPS_CATALOG_SERVER', 'https://host27.the-web-host.com/leagueandlegends');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/league/leagueandlegends-www/catalog'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)
define('DIR_WS_ADMIN', '/catalog/admin/');
define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);
define('DIR_WS_CATALOG', '/catalog/');
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
Maybe this time it is clear enough for the gurus to see what I have/have not done.
I am still trying to understand the basic structure of things, so at the mo it may look a little illogical.
Still, that's how we learn I guess!
Thanks![]()





LinkBack URL
About LinkBacks











Bookmarks