Code

can't define new variables in the middle of the code (unless everyone was using c99...
[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 pub/(.*) http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/$1 [R=301,L]
5 RewriteRule pub$ http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub/ [R=301,L]
6 RewriteRule index.html http://oss.oetiker.ch/rrdtool/ [R=302,L]
7 RewriteRule download.html http://oss.oetiker.ch/rrdtool/download.en.html [R=302,L]
8 <FilesMatch ".htaccess">
9   Order Allow,Deny
10   Allow From All
11 </FilesMatch>