first commit

This commit is contained in:
2025-04-01 15:10:10 +02:00
commit cc380a2e1a
19540 changed files with 4702716 additions and 0 deletions

View File

@@ -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>

View File

@@ -0,0 +1 @@
Kangaroos cannot jump here

View File

@@ -0,0 +1 @@
Kangaroos cannot jump here

View File

@@ -0,0 +1,3 @@
User-agent: *
Disallow: /ai1wm-backups/
Disallow: /wp-content/ai1wm-backups/

View 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>