| .. | |||||
| wp-site | |||||
| .htaccess | |||||
| index.html | |||||
| index.php | |||||
| robots.txt | |||||
| web.config |
<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>
| .. | |||||
| wp-site | |||||
| .htaccess | |||||
| index.html | |||||
| index.php | |||||
| robots.txt | |||||
| web.config |