You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2007/09/04 20:18:25 UTC

svn commit: r572767 - in /logging/site/trunk: author/src/site/resources/log4cxx/.htaccess docs/log4cxx/.htaccess

Author: carnold
Date: Tue Sep  4 11:18:24 2007
New Revision: 572767

URL: http://svn.apache.org/viewvc?rev=572767&view=rev
Log:
Add redirects for old log4cxx site URLs

Modified:
    logging/site/trunk/author/src/site/resources/log4cxx/.htaccess
    logging/site/trunk/docs/log4cxx/.htaccess

Modified: logging/site/trunk/author/src/site/resources/log4cxx/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/log4cxx/.htaccess?rev=572767&r1=572766&r2=572767&view=diff
==============================================================================
--- logging/site/trunk/author/src/site/resources/log4cxx/.htaccess (original)
+++ logging/site/trunk/author/src/site/resources/log4cxx/.htaccess Tue Sep  4 11:18:24 2007
@@ -24,4 +24,6 @@
   RewriteRule ^ChangeLog$ http://logging.apache.org/log4cxx/changes-report.html [R=permanent,L]
   RewriteRule ^manual/index\.html$ http://logging.apache.org/log4cxx/manual.html [R=permanent,L] 
   RewriteRule ^manual/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L]
+  RewriteRule ^manual\.html/index\.html$ http://logging.apache.org/log4cxx/manual.html [R=permanent,L] 
+  RewriteRule ^manual\.html/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L]
 </IfModule>

Modified: logging/site/trunk/docs/log4cxx/.htaccess
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/.htaccess?rev=572767&r1=572766&r2=572767&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/.htaccess (original)
+++ logging/site/trunk/docs/log4cxx/.htaccess Tue Sep  4 11:18:24 2007
@@ -24,4 +24,6 @@
   RewriteRule ^ChangeLog$ http://logging.apache.org/log4cxx/changes-report.html [R=permanent,L]
   RewriteRule ^manual/index\.html$ http://logging.apache.org/log4cxx/manual.html [R=permanent,L] 
   RewriteRule ^manual/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L]
+  RewriteRule ^manual\.html/index\.html$ http://logging.apache.org/log4cxx/manual.html [R=permanent,L] 
+  RewriteRule ^manual\.html/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1 [R=permanent,L]
 </IfModule>