diff options
author | Pim van den Berg | 2013-05-20 21:37:46 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-05-20 21:37:46 +0200 |
commit | 34bdd032c191b503520f9cce8e4d64803031c3fe (patch) | |
tree | f3a75a02e9515e16c84c1da519e693e082d134d5 /.htaccess | |
parent | update changelog to v0.4 (diff) | |
download | apt-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-- | .htaccess | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,5 +8,3 @@ Options -Indexes | |||
8 | 8 | ||
9 | RewriteEngine On | 9 | RewriteEngine On |
10 | RewriteRule ^.git(ignore|/) - [F,L] | 10 | RewriteRule ^.git(ignore|/) - [F,L] |
11 | |||
12 | RewriteRule ^rrd/(.*) rrd.php?path=$1 | ||