You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789101112 |
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <staticContent>
- <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
- <mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" />
- </staticContent>
- <handlers>
- <add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\Tools\php5.6\php-cgi.exe" resourceType="Unspecified" requireAccess="Script" />
- </handlers>
- </system.webServer>
- </configuration>
|