First git commit
This commit is contained in:
16
public_html/.htaccess
Normal file
16
public_html/.htaccess
Normal 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>
|
||||
Reference in New Issue
Block a user