<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Add www" patternSyntax="Wildcard" stopProcessing="true">
<match url="*" />
<conditions>
<add input="{HTTP_HOST}" pattern="www.aliyasindogan.com" negate="true" />
</conditions>
<action type="Redirect" url="http://www.aliyasindogan.com/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>