You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/02/07 01:41:51 UTC

svn commit: r804065 - in /websites/production/lucene: ./ content/.htaccess

Author: hossman
Date: Tue Feb  7 00:41:51 2012
New Revision: 804065

Log:
solr redirects

Modified:
    websites/production/lucene/   (props changed)
    websites/production/lucene/content/.htaccess

Propchange: websites/production/lucene/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb  7 00:41:51 2012
@@ -1 +1 @@
-/websites/staging/lucene/trunk:779871-804062
+/websites/staging/lucene/trunk:779871-804064

Modified: websites/production/lucene/content/.htaccess
==============================================================================
--- websites/production/lucene/content/.htaccess (original)
+++ websites/production/lucene/content/.htaccess Tue Feb  7 00:41:51 2012
@@ -11,6 +11,8 @@ RedirectMatch Permanent /java/docs/irc.h
 RedirectMatch Permanent /java/docs/mailinglists.html /core/discussion.html
 RedirectMatch Permanent /java/docs/systemrequirements.html /core/systemreqs.html
 RedirectMatch Permanent /java/docs/developer-resources.html /core/developer.html
+RedirectMatch Permanent /solr/version_control.html /solr/versioncontrol.html
+RedirectMatch Permanent /solr/issue_tracking.html https://issues.apache.org/jira/browse/SOLR
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html