nosleep Posted January 9, 2005 Posted January 9, 2005 I have just installed the whole package fine and well without errors inside my secure sll directory. Problem is that all links from admin and store must now be https:// and not http:// means I need to change the code accordingly, right? What exactly must I change to make all links from inside oscommerce be https and not http?
ozcsys Posted January 9, 2005 Posted January 9, 2005 I have just installed the whole package fine and well without errors inside my secure sll directory.Problem is that all links from admin and store must now be https:// and not http:// means I need to change the code accordingly, right? What exactly must I change to make all links from inside oscommerce be https and not http? <{POST_SNAPBACK}> If you want to have your admin to use only https links you need to set the first http define to your sercure path. In your admin/includes/configure.php file define('HTTP_SERVER', 'https://Put your secure path here'); // eg, If set up correctly your catalog will use ssl for the needed pages such as create account and checkout. There is really no good reason to use ssl when a visitor is just browsing your store and looking at products but if you really want to then just change all your HTTP defines to your secure path in your includes/configure.php file. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
nosleep Posted January 9, 2005 Author Posted January 9, 2005 thank you very much. If you want to have your admin to use only https links you need to set the first http define to your sercure path. In your admin/includes/configure.php file define('HTTP_SERVER', 'https://Put your secure path here'); // eg, If set up correctly your catalog will use ssl for the needed pages such as create account and checkout. There is really no good reason to use ssl when a visitor is just browsing your store and looking at products but if you really want to then just change all your HTTP defines to your secure path in your includes/configure.php file. <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.