News:

--

Main Menu

HTTPS troubles in the forum

Started by scootergrisen, July 19, 2017, 11:45:58 PM

Previous topic - Next topic

scootergrisen

I dont se anywhere to write about the forum so i write here.

If i visit the forum from https parts of the webpage is not loaded because it being tried to load from http (not https).

Instead of using:
<link rel="stylesheet" type="text/css" href="http://...

You can use:
<link rel="stylesheet" type="text/css" href="//...

That way it loads from http if using http and from https if using https.