Files
txt3-wap/public_html/.htaccess
2026-09-08 18:21:10 +01:00

17 lines
471 B
ApacheConf

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