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