Jump to content

SSL follows user through website


bufhal

Recommended Posts

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..

Link to comment
Share on other sites

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]
Link to comment
Share on other sites

Thanks SharkBait.
The site is http://www.attotech.com
We 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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.