Apache .htaccess伪静态转IIS web.config

发布时间:2021年10月09日 阅读:522 次

第一个

Apache .htaccess伪静态转IIS web.config

https://www.webweb.com/htaccesstowebconfig/


第二个

Apache / Nginx / IIS 伪静态互转

https://www.onexin.net/rewrite.php


第三个

https://www.toolnb.com/tools/rewriteTools.html



转换为IIS的web.config时,还需要在web.config前后加上


<?xml version="1.0" encoding="UTF-8"?>

<configuration>

    <system.webServer>

<rewrite>

<rules>


********将转换成功的代码替换掉本行。然后整体复制到web.config**********


</rules>

</rewrite>

    </system.webServer>

</configuration>


Tag:伪静态
相关文章

发表评论: