AddType application/x-install-instructions .install

#Alias /manual   /documentation

#Options -Indexes
#ScriptAlias /hello /home/kondor/webapps/static/cgi-bin/packages.py

RedirectMatch ^(.*)/manual/$ $1/documentation/manual.html [R]
RedirectMatch ^(.*)/manual$ $1/documentation/manual.html [R]
RedirectMatch ^(.*)/faq/$ $1/documentation/faq.html [R]
RedirectMatch ^(.*)/faq$ $1/documentation/faq.html [R]
RedirectMatch ^(.*)/cookbook/$ $1/documentation/cookbook.html [R]
RedirectMatch ^(.*)/cookbook$ $1/documentation/cookbook.html [R]
