問:<?xml version=\”1.0\” encoding=\”UTF-8\”?><configuration> <system.webServer> <rewrite> <rules> <rule name=\”301\” stopProcessing=\”true\”> <match url=\”^(.*)$\” ignoreCase=\”false\” ></match> <conditions logicalGrouping=\”MatchAll\”> <add input=\”{HTTP_FROM_HTTPS}\” pattern=\”^on$\” negate=\”true\” ></add> </conditions> <action type=\”Redirect\” url=\”https://www.junr.com.cn/{R:1}\” redirectType=\”Permanent\” ></action> </rule> </rules> </rewrite> </system.webServer> </configuration>
,SSL部署后,原來的不帶www的產品詳情頁junr.com.cn id 鏈接打不開
答:您好,
ssl部署并不影響站點程序,目前訪問該站點的內容頁可以打開,如果您是要添加設置跳轉到https地址的規則到web.config文件中,那么不應該覆蓋web.config中已經存在的偽靜態規則,在原有規則基礎上追加設置跳轉到https地址的規則即可;
已經為您添加了跳轉到https地址的規則到站點根目錄下的web.config文件中,原文件web.config另存為了web.config.bak,請您現在測試;非常感謝您長期對我司的支持!