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.
 
 
 
 

13 regels
543 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <staticContent>
  5. <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
  6. <mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" />
  7. </staticContent>
  8. <handlers>
  9. <add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\Tools\php5.6\php-cgi.exe" resourceType="Unspecified" requireAccess="Script" />
  10. </handlers>
  11. </system.webServer>
  12. </configuration>