我有一个子域static.vivicheruti.com指向vivicheruti.com/static。
我正在使用Wordpress 5.2.1
我有一个测试页面,我在其中写下了这个标签:
<img src="https://static.vivicheruti.com/Nube.png">
当我访问页面时,图像不显示,并且出现此“错误”
混合内容:“ https://vivicheruti.com/prueba/”页面已通过HTTPS加载,但请求了不安全的图像“ http://vivicheruti.com/static/Nube.png”。此内容也应通过HTTPS提供。
URL解析正常,但是为什么使用HTTP?
因此,我将网站托管在Siteground上。我在那里寻求帮助,但他们说这是Wordpress开发人员的问题...
这种https到http的情况仅在这种情况下发生,我不知道谁在解决这个问题。
有任何线索吗?请问您是否需要任何其他信息。
我将Cloudflare作为Siteground计划的一部分。
已更新->已修复(.htaccess)
#RewriteEngine On
#RewriteBase /
#RewriteCond %{HTTP_HOST} !=vivicheruti.com [NC]
#RewriteRule ^(.*)$ https://vivicheruti.com/$1 [R=301,L]
在最后一条规则中用http代替https。