Index: author/src/documentation/content/xdocs/site.xml =================================================================== --- author/src/documentation/content/xdocs/site.xml (revision 1468214) +++ author/src/documentation/content/xdocs/site.xml (working copy) @@ -29,14 +29,7 @@ - - - - - - - @@ -61,14 +54,7 @@ - - - - - - - Index: publish/.htaccess =================================================================== --- publish/.htaccess (revision 0) +++ publish/.htaccess (working copy) @@ -0,0 +1,8 @@ +# .htaccess for Hive + +# Map current to a specific version +RedirectMatch temp ^/docs/current/(.+)$ http://hive.apache.org/docs/r0.10.0/$1 + +# Map obsoleted versions to the corresponding version +RedirectMatch Permanent ^/docs/r0.7.0/(.+)$ http://hive.apache.org/docs/r0.7.1/$1 +RedirectMatch Permanent ^/docs/r0.8.0/(.+)$ http://hive.apache.org/docs/r0.8.1/$1