Code

added website to trunk
[rrdtool-all.git] / website / .htaccess
diff --git a/website/.htaccess b/website/.htaccess
new file mode 100644 (file)
index 0000000..3b4503e
--- /dev/null
@@ -0,0 +1,9 @@
+DirectoryIndex index.en.html index.html
+ErrorDocument 404 http://oss.oetiker.ch/rrdtool/404.var
+RewriteEngine On
+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>