File: C:/inetpub/vhosts/hrreflections.com/httpdocs/blog/web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules><remove name="Redirect to WWW"/><rule name="Redirect to WWW" enabled="false" stopProcessing="true"><match url=".*"/><conditions><add input="{HTTP_HOST}" pattern="^hrreflections.com$"/></conditions><serverVariables/><action type="Redirect" url="http://www.hrreflections.com/{R:0}" redirectType="Permanent"/></rule>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php"/>
</rule></rules>
</rewrite>
</system.webServer>
</configuration>