gpt4 book ai didi

apache - 在 apache 中,如果我转到 https ://example. com,所有图像/链接都是 http ://. 有没有办法自动重写 html,所以它都是 https ://?

转载 作者:太空宇宙 更新时间:2023-11-03 13:10:57 24 4
gpt4 key购买 nike

我确定我已经在 apache 中看到一个可以重写 url 的功能,这样你就可以将 domain2.com 指向 domain1.com,它会即时将 domain1.com 的所有内容重写为 domain2.com。

https有类似的东西吗?

在 apache 中,如果我转到 https://example.com ,页面本身通过 https,但所有图像/链接都是 http://。有没有办法自动重写 html,使其全部为 https://?

(顺便说一句,它正在运行 zen cart)

最佳答案

Try this :

Using a protocol-independent absolute path:

<img src="//domain.com/img/logo.png"/>

If the browser is viewing an page in SSL through HTTPS, then it'll request that asset with the https protocol, otherwise it'll request it with HTTP.

This prevents that awful "This Page Contains Both Secure and Non-Secure Items" error message in IE, keeping all your asset requests within the same protocol.

关于apache - 在 apache 中,如果我转到 https ://example. com,所有图像/链接都是 http ://. 有没有办法自动重写 html,所以它都是 https ://?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1670771/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com