HTTPS problem with Xenforo

BoTz

Member
Joined
Apr 12, 2016
Messages
57
Reaction score
17
Points
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
Joined
Apr 30, 2015
Messages
933
Reaction score
1,014
Points
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