????
Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/ |
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>