Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Seems since I updated to 2.0, my thumbnails and any images will not display under https://
I am using https://taxrm.com under Settings.
URL: https://taxrm.com
I was able to solve the problem by updating .htaccess in home directory:
changed
RewriteCond %{HTTP_REFERER} !^http://taxrm.com/.*$ [NC]
TO
RewriteCond %{HTTP_REFERER} !^https://taxrm.com/.*$ [NC]
And it appears to have worked.
Hi Roland
Really glad to hear you made progress here. Thanks for sharing.