diff options
| author | Pim van den Berg | 2013-05-18 16:05:43 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2013-05-18 16:08:09 +0200 |
| commit | 5793a8cd003643974206e44ea752ab0966cfa8c0 (patch) | |
| tree | 387a6a327af9834f2986ad3316be2183949d897a /.htaccess | |
| parent | jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef function (diff) | |
| download | apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.zip apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.gz apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.bz2 apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.xz | |
integrate jsrrdgraph in CGP
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,4 +1,6 @@ | |||
| 1 | Options -Indexes | 1 | Options -Indexes |
| 2 | 2 | ||
| 3 | RewriteEngine On | 3 | RewriteEngine On |
| 4 | RewriteRule ^.git(ignore|/) - [F,L] | 4 | RewriteRule ^.git(ignore|/) - [F,L] |
| 5 | |||
| 6 | RewriteRule ^rrd/(.*) rrd.php?path=$1 | ||
