bonzabuy Posted October 24, 2007 Posted October 24, 2007 Gday all - sorry to bother you but hoping for a fresh set of eyes on the below: In Firefox getting "incorrect Message Authentication Code" error when I access some pages that are secure. I have changed & re-changed the config file - but can't get rid of the error. Hosting co says the https server is correct & that their shared ssl works in firefox...I'm not so sure! <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License*/ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.bonzabuy.com.au/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER','https://secure.bluehost.com/~bonzabuy/bonzabuyau/oz/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.bonzabuy.com.au'); define('HTTPS_COOKIE_DOMAIN', 'secure.bluehost.com'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', 'oz/'); define('DIR_WS_HTTPS_CATALOG', ''); 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', 'pub/'); define('DIR_FS_CATALOG', '/home/bonzabuy/public_html/bonzabuyau/oz/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Anyone clever enough to see the fault? Thanks in advance! :)
bonzabuy Posted October 24, 2007 Author Posted October 24, 2007 Anyone? ..... Occasionally I get a 404 error too. On some pages (ie straight after you sign in) it drops the /bonzabuyau/ so a 404 error results. Please help! :x
bonzabuy Posted December 19, 2007 Author Posted December 19, 2007 If anyone else has this problem I sorted it by starting again with fresh files from the same version OS store... I installed a new store on my server & copied the configure files. Make sure that you copy the configure & admin/configure to the right directories... Also things work a lot better is you have your own SSL instead of a shared certificate...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.