Guest Posted July 10, 2010 Posted July 10, 2010 Hi I am wanting to secure the Admin side of osCommerce thru a secure server. However I don't know which file/s to alter. Is someone able to tell me please, what I need to do to achieve this. The web site is thru the secure server where appropriate. Many thanks Grandpa
BryceJr Posted July 10, 2010 Posted July 10, 2010 Hi I am wanting to secure the Admin side of osCommerce thru a secure server. However I don't know which file/s to alter. Is someone able to tell me please, what I need to do to achieve this. The web site is thru the secure server where appropriate. Many thanks Grandpa If you have your own SSL certificate(not shared), and properly installed on our site, make these changes in your admin/includes/ configure.php file. define('HTTP_SERVER', 'https://www.mysite.com'); define('HTTP_CATALOG_SERVER', 'https://www.mysite.com'); define('HTTPS_CATALOG_SERVER', 'https://www.mysite.com'); define('ENABLE_SSL_CATALOG', 'true');
Guest Posted July 11, 2010 Posted July 11, 2010 If you have your own SSL certificate(not shared), and properly installed on our site, make these changes in your admin/includes/ configure.php file. define('HTTP_SERVER', 'https://www.mysite.com'); define('HTTP_CATALOG_SERVER', 'https://www.mysite.com'); define('HTTPS_CATALOG_SERVER', 'https://www.mysite.com'); define('ENABLE_SSL_CATALOG', 'true'); Hi Many thanks Grandpa
WebDev22 Posted July 20, 2010 Posted July 20, 2010 Is it possible to force https for admin? I'm concerned some of our staff will continue to access the admin using http, out of habit.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.