aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.htaccess8
1 files changed, 7 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 956f31c..889dfc6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,10 @@
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]