aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 66eaee0..3272499 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,11 @@
1Options -Indexes 1Options -Indexes
2 2
3<IfModule mod_deflate.c>
4<Files "rrd.php">
5 SetOutputFilter DEFLATE
6</Files>
7</IfModule>
8
3RewriteEngine On 9RewriteEngine On
4RewriteRule ^.git(ignore|/) - [F,L] 10RewriteRule ^.git(ignore|/) - [F,L]
5 11