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

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

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