問:網站部署了SSL,打開不是默認https,網站部署了SSL,打開不是默認https
答:您好
請參考教程 http://m.shinetop.cn/faq/list.asp?unid=1419 設置規則http跳轉https即可,,非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請原諒!謝謝!
問:網站目錄下web.config 原來就有這個文件如何更改 原內容如下
<?xml version="1.0"?><configuration> <system.webServer> <rewrite> <rules> <rule name="er3" stopProcessing="true"> <match url="^(.*)$" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="index.php/{R:1}" appendQueryString="true" /> </rule> </rules> </rewrite> </system.webServer></configuration>
答:您好,
你這個是偽靜態規則,無需修改,直接將301規則添加進去即可,本次已經幫您添加,請訪問測試,非常感謝您長期對我司的支持!