問:您好,客戶公司改名了,我把備案也注銷了,怎么顯示新增啊,客戶主體下是新公司,沒有備案域名啊。應該是一個公司,重新備案才對啊,客戶公司改名了,我把備案也注銷了,怎么顯示新增啊,客戶主體下是新公司,沒有備案域名啊
答:您好,
問:您好,之前http://www.0871photo.com可以跳轉到https://www.0871photo.com,后來SSL證書到期后,重新購買后,就跳轉不了了,能幫我做一下嗎?
答:您好,參考http://www.shinetop.cn/faq/list.asp?unid=1419 在原本的web.config中添加
<rule name="301" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />
</conditions>
<action type="Redirect" url="https://www.abc.com/{R:1}" redirectType="Permanent" />
</rule>
進行調整,現在可以正常跳轉。
非常感謝您長期對我司的支持!