Server IP : 103.6.199.200 / Your IP : 18.220.112.210 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/asiageml/asiagemlab.com/wwwroot/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <staticContent> <mimeMap fileExtension="woff" mimeType="application/font-woff" /> <mimeMap fileExtension="woff2" mimeType="application/font-woff" /> </staticContent> <directoryBrowse enabled="true" /> <security> <authentication> <anonymousAuthentication userName="" password="[enc:AesProvider:oTOzlwIP/MdXOweyRxQmjQ==:enc]" /> </authentication> </security> <defaultDocument> <files> <clear /> <add value="index.html" /> </files> </defaultDocument> <httpErrors errorMode="Detailed" existingResponse="PassThrough" /> <rewrite> <rules> <rule name="Force SSL" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="^OFF$" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" appendQueryString="false" /> </rule> </rules> </rewrite> </system.webServer> </configuration>