HTTPS problem with Xenforo

BoTz

Member
Apr 12, 2016
57
17
43
Hi, it's me again, the same faggot that asked how to setup the e-mail configuration in xenforo. Well.. i've got a another problem, i tried to use https on my website. Now look how good i am!

997973.png

Does anyone have a idea? xD I don't know why the .css file isn't using https.
Btw. i turned off https atm.
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
Are you using entire URLs to point to your .css file?

If so then edit your html code and instead of doing
Code:
http://[domain].[tld]/path/to/css/myawesomecss.css
use
Code:
//path/to/css/myawesomecss.css

Also, after doing that clear your cache.

+If you're using cloudflare purge it's cache and switch to developmode to see changes in real time

-Derp
 
Top