first commit
This commit is contained in:
7
wp-content/ai1wm-backups/.htaccess
Normal file
7
wp-content/ai1wm-backups/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/octet-stream .wpress
|
||||
</IfModule>
|
||||
<IfModule mod_dir.c>
|
||||
DirectoryIndex index.php
|
||||
</IfModule>
|
||||
Options -Indexes
|
||||
1
wp-content/ai1wm-backups/index.php
Normal file
1
wp-content/ai1wm-backups/index.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php // silence is golden
|
||||
13
wp-content/ai1wm-backups/web.config
Normal file
13
wp-content/ai1wm-backups/web.config
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user