Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <?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>
|