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>