您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

13 行
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>