ip 也不行,配置文件就是默认得配置 没有任何改动 ,在iis中点任何地方设置均报这个错误[img=651,577], [/img]下面是默认配置代码<?xml version="1.0" ?>
<configuration>
<location path="." allowOverride="false" inheritInChildApplications="false">
<system.webServer>
<rewrite>
<rules configSource="web_config\rewrite.config"></rules>
</rewrite>
<defaultDocument configSource="web_config\default.config"></defaultDocument>
<httpErrors configSource="web_config\httpErrors.config"></httpErrors>
<handlers configSource="web_config\php.config"></handlers>
</system.webServer>
</location>
</configuration>
|