????

Your IP : 3.144.158.54


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

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.webServer>
    <handlers>
	  <remove name="httpPlatformHandler" />
    </handlers>
	  <rewrite>
		<rules>
		  <rule name="React Routes" stopProcessing="true">
			<match url=".*" />
			<conditions logicalGrouping="MatchAll">
			  <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
			  <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
			  <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
			</conditions>
			<action type="Rewrite" url="/admin/" />
		  </rule>
		</rules>
	  </rewrite>
	</system.webServer>
</configuration>