<?xml version="1.0" encoding="UTF-8"?>
|
<configuration>
|
<system.webServer>
|
<defaultDocument>
|
<files>
|
<remove value="default.aspx" />
|
<remove value="Default.htm" />
|
<remove value="Default.asp" />
|
<remove value="index.htm" />
|
<remove value="index.html" />
|
<remove value="iisstart.htm" />
|
<add value="index.gds" />
|
</files>
|
</defaultDocument>
|
<handlers>
|
<remove name="php" />
|
<remove name="FastCGI" />
|
|
|
<add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php\php-cgi.exe" resourceType="File" requireAccess="Script" />
|
</handlers>
|
<httpErrors errorMode="DetailedLocalOnly" />
|
|
|
</system.webServer>
|
</configuration>
|