mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 16:11:16 -08:00
13 lines
307 B
ApacheConf
13 lines
307 B
ApacheConf
## Set charset server
|
|
AddDefaultCharset UTF-8
|
|
|
|
## Access control
|
|
Options All -Indexes
|
|
|
|
<FilesMatch "\.(.*sql|tpl|inc|db|log)|(config|common).php$">
|
|
deny from all
|
|
</FilesMatch>
|
|
|
|
RewriteEngine On
|
|
RewriteRule ^sitemap.xml$ internal_data/sitemap/sitemap.xml [L]
|
|
RewriteRule ^/internal_data/atom/(.*) /atom$1 [L] |