<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.php" />
</files>
</defaultDocument>
<httpRedirect enabled="true" destination="https://www.itpartnership.com" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</configuration>