18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
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>
|
|
|
|
|