commit
01d4d6c1e6
@ -0,0 +1,9 @@ |
||||
<IfModule mod_mime.c> |
||||
AddType application/octet-stream .wpress |
||||
</IfModule> |
||||
<IfModule mod_dir.c> |
||||
DirectoryIndex index.php |
||||
</IfModule> |
||||
<IfModule mod_autoindex.c> |
||||
Options -Indexes |
||||
</IfModule> |
@ -0,0 +1 @@ |
||||
Kangaroos cannot jump here |
@ -0,0 +1 @@ |
||||
Kangaroos cannot jump here |
@ -0,0 +1,3 @@ |
||||
User-agent: * |
||||
Disallow: /ai1wm-backups/ |
||||
Disallow: /wp-content/ai1wm-backups/ |
@ -0,0 +1,13 @@ |
||||
<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> |
Loading…
Reference in new issue