https and default stylesheets

aferriss / 2016-02-04 05:38:50   

I just updated my site to https, got a signed certificate and everything seems to work ok. However, all the stylesheets are loaded into the index.html page from a php variable called {{baseurl}} that is still using http.

I'm wondering where this variable is set so that I can get my stylesheets back. Otherwise I get a lot of security errors and can't load base.css, reset.css, style.css, or jquery and indexpand.

I assume it's a simple fix of just prepending the baseurl with https instead of http, or making some check for https in a ternary statement to check where to load the pages from.

Thanks!

This thread has been closed, thank you.