aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess
diff options
context:
space:
mode:
authorPim van den Berg2013-05-20 21:37:46 +0200
committerPim van den Berg2013-05-20 21:37:46 +0200
commit34bdd032c191b503520f9cce8e4d64803031c3fe (patch)
treef3a75a02e9515e16c84c1da519e693e082d134d5 /.htaccess
parentupdate changelog to v0.4 (diff)
downloadapt-panopticon_cgp-34bdd032c191b503520f9cce8e4d64803031c3fe.zip
apt-panopticon_cgp-34bdd032c191b503520f9cce8e4d64803031c3fe.tar.gz
apt-panopticon_cgp-34bdd032c191b503520f9cce8e4d64803031c3fe.tar.bz2
apt-panopticon_cgp-34bdd032c191b503520f9cce8e4d64803031c3fe.tar.xz
remove dependency on mod_rewrite for rrd.php
Use $_SERVER['PATH_INFO'] instead.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 0 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 3272499..889dfc6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,5 +8,3 @@ Options -Indexes
8 8
9RewriteEngine On 9RewriteEngine On
10RewriteRule ^.git(ignore|/) - [F,L] 10RewriteRule ^.git(ignore|/) - [F,L]
11
12RewriteRule ^rrd/(.*) rrd.php?path=$1