Relative Paths and https

I have a menu for my web site that uses anchor tags with a relative path.

For example:
<a href=“/about”>About</a>

This works. But if I am using https//:www.example.com/ safari tries http instead of https. I do have redirecting from http to https on the web server so it does eventually get there. Why doesn’t safari try https when the using relative paths?

I did notice that if I go to a file in the same directory using relative it goes directly to https. For example: <a href=“about.html”>about</a>









Relative Paths and https
 
 
Q