Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <security>
- <requestFiltering>
- <fileExtensions>
- <add fileExtension=".php" allowed="true" />
- <add fileExtension=".woff" allowed="true" />
- </fileExtensions>
- </requestFiltering>
- </security>
- <handlers>
- <add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\Tools\php5.6\php-cgi.exe" resourceType="Unspecified" />
- </handlers>
- <staticContent>
- <remove fileExtension=".woff" />
- <mimeMap fileExtension=".woff" mimeType="application/x-woff" />
- </staticContent>
- </system.webServer>
- </configuration>
|