| | |
| | | </files>
|
| | | </defaultDocument>
|
| | | <handlers>
|
| | | <remove name="php" />
|
| | | <remove name="FastCGI" />
|
| | | <add name="gds" path="*.gds" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\System32\inetsrv\asp.dll" resourceType="File" preCondition="bitness64" />
|
| | | <add name="FastCGI" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php\php-cgi.exe" resourceType="File" requireAccess="Script" />
|
| | | <add name="FastCGI" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\project\急救转运\code\php\php-cgi.exe" resourceType="File" requireAccess="Script" />
|
| | | |
| | | </handlers>
|
| | | <staticContent>
|
| | | <mimeMap fileExtension=".wasm" mimeType="video/x-ms-wmv" />
|
| | | </staticContent>
|
| | | <rewrite>
|
| | | <rules>
|
| | | <rule name="sys" stopProcessing="true">
|
| | | <match url="(.*)" />
|
| | | <conditions>
|
| | | <add input="{HTTPS}" pattern="^OFF$" />
|
| | | <add input="{HTTPS_HOST}" pattern="^(localhst)" negate="true" />
|
| | | </conditions>
|
| | | <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
|
| | | </rule>
|
| | | </rules>
|
| | | </rewrite>
|
| | | <httpErrors errorMode="DetailedLocalOnly" />
|
| | | |
| | | |
| | | </system.webServer>
|
| | | </configuration>
|