veera Posted March 10, 2005 Share Posted March 10, 2005 hi, In my oscommerce site i want to enable SSL in admin place.how can i do that?. admin config file has SSL url on HTTPS_CATALOG_SERVER.but when i put https instead of http admin login i got page not found error.Please help me.thanks. Link to comment Share on other sites More sharing options...
veera Posted March 10, 2005 Author Share Posted March 10, 2005 hi, In my oscommerce site i want to enable SSL in admin place.how can i do that?. admin config file has SSL url on HTTPS_CATALOG_SERVER.but when i put https instead of http admin login i got page not found error.Please help me.thanks. <{POST_SNAPBACK}> i realy worried.whether SSL possible in admin or not? :blush: Link to comment Share on other sites More sharing options...
RikR Posted March 11, 2005 Share Posted March 11, 2005 /catalog/admin/includes/configure.php In the first line change http, to https, like this: define('HTTP_SERVER', 'https://twowayradiodirectory.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://twowayradiodirectory.com'); define('HTTPS_CATALOG_SERVER', 'https://twowayradiodirectory.com'); Rik Rasmussen Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.