Any forums using https?

your images are all loading over HTTP & your browser is preventing this

Basic Board Information > Board URL needs to be set to https://yourdomain/

I've done this a few times but I'm getting a dead website all together? http fine, https, nothing at all. I've removed CloudFlare altogether.

I brought my own SSL via WHMC but got the actual certificate from GEOtrust
 
check if your page_container template has been modified to overwrite

Code:
<base href="{$requestPaths.fullBasePath}" />

with a hardcoded
Code:
<base href="http://motovlog.com/" />
 
check if your page_container template has been modified to overwrite

Code:
<base href="{$requestPaths.fullBasePath}" />

with a hardcoded
Code:
<base href="http://motovlog.com/" />


Shows <base href="{$requestPaths.fullBasePath}" />
 
the only other thing i can suggest is to switch back to the default xenforo style and see if it's still not working
 
the only other thing i can suggest is to switch back to the default xenforo style and see if it's still not working

Right, update.

I tried that just now and again, no images.
 

Attachments

  • 2015-01-27_09h11_39.webp
    2015-01-27_09h11_39.webp
    41.4 KB · Views: 10
Back
Top Bottom