mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 16:11:16 -08:00
75b3a8f234
фикс и обновление Ajax индикатора, обновление DL листа git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@198 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
16 lines
380 B
ApacheConf
16 lines
380 B
ApacheConf
## Set charset server
|
|
AddDefaultCharset UTF-8
|
|
## Set charset for php mb-functions
|
|
php_value mbstring.internal_encoding UTF-8
|
|
php_value magic_quotes_gpc off
|
|
|
|
## RSS MOD
|
|
#RewriteEngine On
|
|
#RewriteRule ^rss.xml$ rss.php [L]
|
|
|
|
## Access control
|
|
<FilesMatch "\.(.*sql|tpl|inc|db|log)|(config|common).php$">
|
|
deny from all
|
|
</FilesMatch>
|
|
|
|
# Copyright (c) 2008-2011, Pandora. |