.htaccess revision 8ddfae4dd0fe5363c75d650650ca618385da9abb
# 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