mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 16:11:16 -08:00
bb70968c0a
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@252 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
10 lines
182 B
ApacheConf
10 lines
182 B
ApacheConf
## Set charset server
|
|
AddDefaultCharset UTF-8
|
|
|
|
#RewriteEngine On
|
|
|
|
## Access control
|
|
<FilesMatch "\.(.*sql|tpl|inc|db|log)|(config|common).php$">
|
|
deny from all
|
|
</FilesMatch>
|