99爱视频-日本videosfreeⅹ少妇-毛片永久新网址首页-欧美色激情|www.bolansile.com

IIS7.5下開啟https后 會經常出現css、js文件失效和調用錯誤

創建時間:2019-04-23 00:59發布者:招投標資質網點擊次數:2100
<rule name="HostNameRule1">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTPS}" pattern="^OFF$" />
<add input="{HTTP_HOST}" pattern="^www.001gift.com$" negate="true" />
</conditions>
<action type="Redirect" url="https://www.001gift.com/{R:1}" />
</rule>
<rule name="HTTPS redirect">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="^ON$" />
<add input="{HTTP_HOST}" pattern="^www.001gift.com$" negate="true"/>
</conditions>
<action type="Redirect" url="https://www.001gift.com/{R:1}" redirectType="SeeOther" />
</rule>

回答 我也遇到這個問題(2)
招投標資質網2019-04-23 01:00回答
https://www.XXXXXX.com/index.php/goods/news/gift/news/gift/news/gallery/news/gift/news/gift/gallery/gallery/gallery/news/gift/news/gift/news/gift/news/gift/gallery/theme/default/images/theme/default/images/logo.png


圖片、JS、CSS文件失效,路徑變成以上,網頁錯位
有用(0) 沒用(0)