bufhal Posted December 12, 2006 Share Posted December 12, 2006 Hello out there;hope someone can help me out.We installed SSL on our server and made the URL's on a secure sections with a "https" extension. All is well except when a user clicks to another area of the site that is not secured, it still keeps the https. Does this have to do with PHP sessions and is ther an easy fix.I appreciate any advise/direction.. Quote Link to comment Share on other sites More sharing options...
SharkBait Posted December 12, 2006 Share Posted December 12, 2006 How are your links coded when they go from your https to your http?I always found that you will have to redo the links so they point to the regular site instead of just by filename.ie[code]<a href="https://www.mysecuresite.com">My Secure Site</a><a href="http://www.mysecuresite.com">My Non-Secure Site</a>[/code] Quote Link to comment Share on other sites More sharing options...
bufhal Posted December 13, 2006 Author Share Posted December 13, 2006 Thanks SharkBait.The site is http://www.attotech.comWe have a "dowloads" section for our drivers and our main menu (one on homepage and another for all other pages) has downlaod as a link. I put the https url in the menu pointing at the downlaods section and it works, but when I click on any other page, (without the https), that page loads with the https ext.Can you please tke a look? I appreciate your help. Quote Link to comment Share on other sites More sharing options...
SharkBait Posted December 13, 2006 Share Posted December 13, 2006 Looking at the URLs on the page when I'm in the download section all the other URLs are httpsThey will probably have to be hard-coded to http:// if you want it to get out of the secure mode and leave the download section as https Quote Link to comment Share on other sites More sharing options...
bufhal Posted December 13, 2006 Author Share Posted December 13, 2006 Thanks for taking a look. Do you mean the menu items need to all be hard-coded, for instance:href="/hostadapter.htmlchange to:href="http://www.attotech.com/hostadapter.html" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.