dev_10 #2

Merged
Andrei-10 merged 7 commits from dev_10 into master 5 months ago
  1. 0
      .user.ini
  2. 9
      wp-content/ai1wm-backups/.htaccess
  3. 1
      wp-content/ai1wm-backups/index.html
  4. 1
      wp-content/ai1wm-backups/index.php
  5. 3
      wp-content/ai1wm-backups/robots.txt
  6. 13
      wp-content/ai1wm-backups/web.config

@ -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…
Cancel
Save