<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
            <add name="html" path="*.html" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\php\php-5.6.4\php-cgi.exe" resourceType="File" />
        </handlers>
    </system.webServer>
</configuration>
