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