racelance Posted March 6, 2003 Share Posted March 6, 2003 Hi~ I've finally recieved a padlock under the store purchase area. Now I'm having trouble getting the padlock under the Admin area - do you really need to have the Admin area "Secure"? If so, how do I go about doing it? I've already included the proper paths into the config file - and also enabled ssl define('HTTP_SERVER', 'http://hitechcoat.com'); // eg, http://localhost - should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://hitechcoat.com'); define('HTTPS_CATALOG_SERVER', 'https://secure9.dnsrouter.com/~hitechco'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) Thanks for any help you can provide! Lance Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 If you want your admin to be secure you have to type your SSL address to enter the admin area https://secure9.dnsrouter.com/~hitechco/catalog/admin HTH Link to comment Share on other sites More sharing options...
racelance Posted March 6, 2003 Author Share Posted March 6, 2003 Yes, I've done that - it come's up secure right away. But once I click on any of the other modules it immediately becomes UNsecure. Any suggestions? Lance Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 It is like the catalog side ... only certain part of admin are secure HTH Link to comment Share on other sites More sharing options...
racelance Posted March 6, 2003 Author Share Posted March 6, 2003 which parts are secure? I'm able to view the "Orders" - which shows the credit cards & etc... Thanks! Lance Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 The code that you show at the top of your post Is it your catalog/includes/configure.php or your catalog/admin/includes/configure.php ? Link to comment Share on other sites More sharing options...
racelance Posted March 6, 2003 Author Share Posted March 6, 2003 in my: catalog/admin/includes/configure.php sorry about that.. Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 Check each file in your admin folder some has NONSSL and some has SSL HTH Link to comment Share on other sites More sharing options...
racelance Posted March 6, 2003 Author Share Posted March 6, 2003 In the Admin area - where you can check out the orders, it shows the customers credit card info - shouldn't this be secure? customers/orders I appreciate your feedback, Lance Link to comment Share on other sites More sharing options...
ponch9 Posted March 6, 2003 Share Posted March 6, 2003 do this, open catalog/admin/includes/configure.php and edit line 14 define('HTTP_SERVER', 'https://secure9.dnsrouter.com/~hitechco'); // eg, http://localhost or - https://localhost should not be empty for productive servers that should do it. -ponch Link to comment Share on other sites More sharing options...
racelance Posted March 6, 2003 Author Share Posted March 6, 2003 Yeah, I thought the same thing - unfortunately it didn't work. Actually it does work, but it screws up a few other modules in the Admin areal. Anything else you can think of? Thanks for trying... :wink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.