aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess
blob: 32724992b2fea4de04ad13e97de0c47414426e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Options -Indexes

<IfModule mod_deflate.c>
<Files "rrd.php">
	SetOutputFilter DEFLATE
</Files>
</IfModule>

RewriteEngine On
RewriteRule ^.git(ignore|/) - [F,L]

RewriteRule ^rrd/(.*) rrd.php?path=$1