下面由宝塔面板教程栏目给大家介绍宝塔windows面板之6.x下iis配置文件格式说明,希望对需要的朋友有所帮助!
6.x下IIS配置文件格式说明
<?xml version="1.0" ?> <configuration> <location allowOverride="false" inheritInChildApplications="false" path="."> <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>