强制Tumblr使用http链接而不是https
我知道它被提升为使用安全套接字并且应该使用 HTTPS
而不是简单的 HTTP
。但我开发的网站托管在服务器上,该服务器只有http的定义。 Https会弹出404,这就是为什么我想使用 http://
而不是 https://
。
I'm aware that it is promoted to use Secure sockets and HTTPS
should be used instead of simple HTTP
. But the website I developed is hosted on a server, that has definitions for http only. Https would pop out a 404, that is why I want to use http://
instead of https://
.
我正在编辑我的Tumblr博客的主题,我正在使用此代码,
I am currently editing the theme for Tumblr blog of mine, I'm using this code,
<div class="each-object">
<h4>
<a href="http://www.aceinternationals.com"
target="_blank">2. Ace Internationals</a>
</h4>
</div>
但是当我保存它时,Tumblr更改 http://
到 https://
这总是会导致 404
。
But when I save it, Tumblr changes the http://
to https://
which would always cause a 404
.
查看突出显示的代码和URL(左下角)。他们俩都不一样。
Have a look at the code highlighted and the URL (bottom left corner). They're both different.
我该怎么做才能超过Tumblr?
What should I do, to over come this in Tumblr?
您指的是 http://
的需要编辑主题?
因为根据我的测试,Tumblr在保存页面后不会将实际链接转换为 https://
。它只是为了预览而这样做。
Are you referring to the need for http://
when editing the theme?
Because from what I've tested, Tumblr does not convert the actual link to https://
after you save the page. It only does so for the sake of the preview.