- <configuration>
- <system.webServer>
- <staticContent>
- <mimeMap fileExtension=".wpress" mimeType="application/octet-stream" />
- </staticContent>
- <defaultDocument>
- <files>
- <add value="index.php" />
- </files>
- </defaultDocument>
- <directoryBrowse enabled="false" />
- </system.webServer>
- </configuration>
|