26 lines
355 B
Plaintext
26 lines
355 B
Plaintext
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>
|
|
|
|
|