Should https work when accessing admin | orders where credit card details are displayed? I've amended catalog/admin/includes/configure.php for shared SSL but the orders page is not via https.
This is a discussion on https when accessing Admin pages within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Should https work when accessing admin | orders where credit card details are displayed? I've amended catalog/admin/includes/configure.php for shared SSL ...
Should https work when accessing admin | orders where credit card details are displayed? I've amended catalog/admin/includes/configure.php for shared SSL but the orders page is not via https.
try changing the admin configure.php
define('HTTP_SERVER', 'http:\\whatever.yourcom');
to
define('HTTP_SERVER', 'https:\\whatever.yourcom');
In admin it is always better to use https - all the time.
Good Luck
Bookmarks