initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
AddDefaultCharset utf-8
|
||||
AddCharset utf-8 *
|
||||
|
||||
<IfModule mod_charset.c>
|
||||
CharsetSourceEnc utf-8
|
||||
CharsetDefault utf-8
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
|
||||
<FilesMatch ".(php|phtml|php3|php4|html|htm|js|css|htaccess|zip)$">
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user