File: C:/inetpub/vhosts/hrreflections.com/httpdocs/web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="js\services.php" />
<add value="index.html" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="iisstart.htm" />
<add value="default.aspx" />
<add value="index.asp" />
</files>
</defaultDocument>
<httpRedirect enabled="false" destination="www.hrreflections.com" exactDestination="true" httpResponseStatus="Permanent" />
<rewrite>
<rules>
<rule name="Redirect to WWW" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^hrreflections.com$" />
</conditions>
<action type="Redirect" url="http://www.hrreflections.com/{R:0}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="10.00:00:00" />
</staticContent>
<httpErrors errorMode="Custom" existingResponse="Replace">
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/404error.html" responseMode="ExecuteURL" />
</httpErrors>
</system.webServer>
</configuration>