1# External links to preserve:
2# http://www.reduce-algebra.com/documentation.htm
3# http://reduce-algebra.com/docs/help/index.html
4# http://www.reduce-algebra.com/docs/reduce.pdf
5# http://www.reduce-algebra.com/reduce40.pdf
6# http://www.reduce-algebra.com/grg32.htm
7# http://reduce-algebra.sourceforge.net/manual/manual-pdf.html
8
9Redirect "/docs" "/reduce38-docs"
10Redirect "/grg32.htm" "/grg32/grg32.php"
11Redirect "/manual/manual-pdf.html" "/manual/manual.html"
12
13# Redirect "/documentation.htm" "/documentation.php"
14# Redirect "/license.htm" "/license.php"
15# Must *not* match .html here!
16RedirectMatch "/(.*)\.htm$" "/$1.php"
17
18Options +Indexes
19
20ErrorDocument 404 /ErrorDocument404.html