测试URL = https://www.uktherapyhub.co.uk/info.php 代码在
下面<?php include 'wp-load.php'; ?>
<a href="http://adrianmatthewstherapy.co.uk">http://adrianmatthewstherapy.co.uk</a>
以上是我的代码为什么在http之后添加s?
如果我删除wp-load,php可以正常工作。
答案 0 :(得分:0)
服务器被编程为将所有http请求重定向到https的机会。您必须更改服务器(adrianmatthewstherapy)配置以允许http请求,而不重定向它们。
答案 1 :(得分:0)
如果为HTTPS配置了网站,则可能需要更改其他链接以遵循安全连接。特别是我观察到谷歌浏览器(版本80.0.3987.122)将所有内部链接(音频src)转换为https。
一本好书: https://support.google.com/blogger/answer/6286127?hl=en