.htaccess revision e9390aabfa1d4240cfb3fe190fa8dd3fc4503727
# Before Mavenization, doc used to be under http://openam.forgerock.org/doc/.
RedirectMatch 301 ^/doc/(.*)$ http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/$1
# The following redirect handles the openam-site module being renamed to openam-doc-source.
RedirectMatch 301 ^/openam-documentation/openam-site/(.*)$ http://openam.forgerock.org/openam-documentation/openam-doc-source/$1
# Mavenization also changed the Javadoc location
RedirectMatch 301 ^/doc/public-api/(.*)$ http://openam.forgerock.org/apidocs/$1