XF 1.5 https does not propagate throughout the site

grumpy2

Member
Https is used in the basic board information. In the navigation bar only HOME shows https. All the other links are http. How do I get all the links to https?

BTW, there is a forced https in the htaccess file.
 
Thank you Brogan. I do see where it says to change ACP -> Options -> Basic Board Information: Board URL to https. Does this not change all the forums navigation links? On my site, only the home and forums links are https. All the others are not: media, members, new posts, search, mark read, etc.
 
All inks are relative so it should change them - unless they have been hard coded somewhere.

I just checked your site and they are HTTPS.
 
All inks are relative so it should change them - unless they have been hard coded somewhere.

I just checked your site and they are HTTPS.

For me, I think it is a browser issue. Internet Explorer works fine, but Windows 10 Edge is the one not showing all the links in https. Even when the cache is clear. I do have issues with other sites that don't work as expected in Microsoft Edge.
 
Pull up the developer console for your browser, and select the network tab. Turn off caching there, and then refresh the page. It will show you everything loaded by the browser for that page. There's a chance you might have one or more items on the page that are fetching from an insecure url.
 
Top Bottom