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 lines
292 B
13 lines
292 B
<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> |