Code

fix for --font bug (font names wer not being picked up at all). Bug reported by ...
[rrdtool-all.git] / website / .htaccess
index 669b99edc0be42d969c29fa20d242f2ffc5e885f..3b4503e093d8a0e467ba1fc8f6f7eaab95b60177 100644 (file)
@@ -1,6 +1,9 @@
+DirectoryIndex index.en.html index.html
 ErrorDocument 404 http://oss.oetiker.ch/rrdtool/404.var
 RewriteEngine On
-RewriteRule pub/(.*) http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/$1 [R=301,L]
-RewriteRule pub$ http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/ [R=301,L]
 RewriteRule index.html http://oss.oetiker.ch/rrdtool/ [R=302,L]
 RewriteRule download.html http://oss.oetiker.ch/rrdtool/download.en.html [R=302,L]
+<FilesMatch ".htaccess">
+  Order Allow,Deny
+  Allow From All
+</FilesMatch>