<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
            <remove name="PHP-FastCGI" />
            <add name="PHP-FastCGI" path="*.php,  *.html,  *.htm" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="c:\cgi\php_5.2\php-cgi.exe|-c e:\rooms\u305653;c:\cgi\php_5.2" resourceType="Unspecified" requireAccess="Script" />
        </handlers>
		<rewrite>
        <rules>
        <rule name="Redirect"  stopProcessing="true">
            <match url="(.*)" />
            <conditions>
                <add input="{HTTP_HOST}" pattern="^www\.xn--80acj4akbke1ac\.xn--p1ai" />
            </conditions>
            <action type="Redirect" url="http://xn--80acj4akbke1ac.xn--p1ai/{R:1}" redirectType="Permanent" />
        </rule>
    </rules>
	</rewrite>
    </system.webServer>
</configuration>
