【发布时间】:2010-03-02 06:36:37
【问题描述】:
我以前从未在 IIS 服务器上使用过 PHP,但我的问题是我可以为 web.config 中的子文件夹设置默认文档类型,这就是我的想法(它是一个 bbPress 论坛):
<location path="forum">
<system.webServer>
<defaultDocument>
<files>
<add value="index.php" />
</files>
</defaultDocument>
</system.webServer>
</location>
感谢并为回答的人提供虚拟啤酒:D
【问题讨论】:
标签: iis web-config