我需要转换 .htaccess
AddType application/x-httpd-php .txt
到 web.config。你能帮我吗?我试过了
<configuration>
<system.web>
<httpHandlers>
<add verb="*" path="*.txt"
type="php " />
</httpHandlers>
</system.web>
</configuration>
但这对我不起作用。所以我需要在IIS上打开像php这样的txt文件。