First git commit

This commit is contained in:
root
2026-09-08 18:21:10 +01:00
commit 66911dc450
65 changed files with 7012 additions and 0 deletions

16
public_html/.htaccess Normal file
View File

@ -0,0 +1,16 @@
# wap.txt3.net
DirectoryIndex index.php
# WAP MIME types for gateways/phones that need them declared
AddType text/vnd.wap.wml .wml
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType image/vnd.wap.wbmp .wbmp
# The sqlite database and library code must never be served
RedirectMatch 404 ^/data(/|$)
RedirectMatch 404 ^/lib(/|$)
<IfModule mod_headers.c>
Header set X-Content-Type-Options nosniff
</IfModule>