问:网站部署了SSL,打开不是默认https,网站部署了SSL,打开不是默认https
答:您好
请参考教程 https://www.west.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规则添加进去即可,本次已经帮您添加,请访问测试,非常感谢您长期对我司的支持!