Author: carnold Date: Mon Sep 3 13:27:09 2007 New Revision: 572414 URL: http://svn.apache.org/viewvc?rev=572414&view=rev Log: Add rewrites for log4j/docs/api and all log4j/docs/*.html and log4j/docs/*.txt Modified: logging/site/trunk/author/src/site/resources/log4j/docs/.htaccess Modified: logging/site/trunk/author/src/site/resources/log4j/docs/.htaccess URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4j/docs/.htaccess?rev=572414&r1=572413&r2=572414&view=diff ============================================================================== --- logging/site/trunk/author/src/site/resources/log4j/docs/.htaccess (original) +++ logging/site/trunk/author/src/site/resources/log4j/docs/.htaccess Mon Sep 3 13:27:09 2007 @@ -23,4 +23,17 @@ RewriteRule ^index\.html$ http://logging.apache.org/log4j/1.2/index.html [R=permanent,L] RewriteRule ^download\.html$ http://logging.apache.org/log4j/1.2/download.html [R=permanent,L] RewriteRule ^manual\.html$ http://logging.apache.org/log4j/1.2/manual.html [R=permanent,L] + RewriteRule ^api[^/]*/(.*)$ http://logging.apache.org/log4j/1.2/apidocs/$1 [R=permanent,L] + RewriteRule ^HISTORY.txt$ http://logging.apache.org/log4j/1.2/changes-report.html [R=permanent,L] + RewriteRule ^TROUBLESHOOT.html$ http://logging.apache.org/log4j/1.2/faq.html [R=permanent,L] + RewriteRule ^codes.html$ http://logging.apache.org/log4j/1.2/faq.html [R=permanent,L] + RewriteRule ^contributors.html$ http://logging.apache.org/team-list.html [R=permanent,L] + RewriteRule ^documentation.html$ http://logging.apache.org/log4j/1.2/publications.html [R=permanent,L] + RewriteRule ^earlier\.html$ http://logging.apache.org/log4j/1.2/download.html [R=permanent,L] + RewriteRule ^faq.html$ http://logging.apache.org/log4j/1.2/faq.html [R=permanent,L] + RewriteRule ^history.html$ http://logging.apache.org/log4j/1.2/changes-report.html [R=permanent,L] + RewriteRule ^overview.html$ http://logging.apache.org/log4j/1.2/manual.html [R=permanent,L] + RewriteRule ^plan.html$ http://logging.apache.org/log4j/index.html [R=permanent,L] + RewriteRule ^praise.html$ http://logging.apache.org/log4j/1.2/index.html [R=permanent,L] + RewriteRule ^ugli.html$ http://www.slf4j.org [R=permanent,L]