<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <urlCompression doDynamicCompression="false" />
        <handlers>
            <add name="PHP-FastCGI-sub5.6" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php5.6\php-cgi_5.exe" resourceType="File" />
        </handlers>
        <defaultDocument enabled="true">
            <files>
				<clear />
                <add value="default.asp" />
                <add value="index.asp" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="index.php" />
                <add value="index.aspx" />
                <add value="default.aspx" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>
