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

<IfModule mod_deflate.c>
	AddOutputFilterByType DEFLATE image/svg+xml
	<Files "rrd.php">
		SetOutputFilter DEFLATE
	</Files>
</IfModule>

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteRule ^.git(ignore|/) - [F,L]
</IfModule>