// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
test-fil
/
wp-content
/
ai1wm-backups
[ PARENT ]
EDIT :: 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>
SAVE
CANCEL