initial commit
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user