Code

initial
[rrdtool-all.git] / website / .htaccess
1 DirectoryIndex index.en.html index.html
2 ErrorDocument 404 http://oss.oetiker.ch/rrdtool/404.var
3 RewriteEngine On
4 RewriteRule index.html http://oss.oetiker.ch/rrdtool/ [R=302,L]
5 RewriteRule download.html http://oss.oetiker.ch/rrdtool/download.en.html [R=302,L]
6 <FilesMatch ".htaccess">
7   Order Allow,Deny
8   Allow From All
9 </FilesMatch>