jpweber Posted July 27, 2006 Share Posted July 27, 2006 Hello. I have my SSL installed, and everything appears to be working good. When I go to http://www.mysite.com, and I manually put in the "s" in there, the lock appears, and everything's cool. I don't think I need the home page to be secure, though, so I'm not concerned with that. So now what? I mean, do I secure the login, create_account, and checkout pages? Any other pages? If so, how do I go about securing these pages, and creating the "https" on these links? I can't find any documentation on this, so any advice would be greatly appreciated! J Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ... Link to comment Share on other sites More sharing options...
jpweber Posted July 27, 2006 Author Share Posted July 27, 2006 It's weird ... it's like ... my wishlist, my account, and checkout all already have the https:// links for a secured page, and they show the lock at the bottom, and that's good. I don't know how this happened automatically, 'cause I didn't do it. But "cart contents" doesn't. I went in and manually changed this myself in catalog/includes/header.php so that the cart contents is secured and the lock stays there. I made it <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'SSL'); ?>, and now Cart Contents is secured, with the lock. Am I way off base, or am I getting the hang of how to do this? Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ... Link to comment Share on other sites More sharing options...
jasonabc Posted July 27, 2006 Share Posted July 27, 2006 To secure all the relevant pages on your site (login, account, checkout etc) simply set ENABLE_SSL in your configure.php file to TRUE. Sounds like you havedone this already - so you're good to go. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
khime Posted July 27, 2006 Share Posted July 27, 2006 You dont need to edit header.php Its all in the includes/configure.php Read the documentation SSL Documentation Middle of the page and it shows you the parameters to edit to enable SSL on the correct pages Link to comment Share on other sites More sharing options...
jpweber Posted July 27, 2006 Author Share Posted July 27, 2006 Thanks a lot guys. I did enable SSL to "true" on configure.php, and I also made a couple other pages secure that I wanted to just by putting copying the attributes of the links that conifigure.php installed onto other pages, and putting them onto other links. You know, I put that , '', 'SSL' in there after the FILENAME. Appreciate your responses -- everything is working perfectly right now! J Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.