You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2014/11/12 22:06:59 UTC

svn commit: r928960 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Wed Nov 12 21:06:59 2014
New Revision: 928960

Log:
Staging update by buildbot for lucene

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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 12 21:06:59 2014
@@ -1 +1 @@
-1638868
+1639057

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Wed Nov 12 21:06:59 2014
@@ -11,10 +11,23 @@ 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/mailing_lists.html /solr/discussion.html
 RedirectMatch Permanent /solr/issue_tracking.html https://issues.apache.org/jira/browse/SOLR
 
+# Solr site redesign
+# needs to use mod_rewrite because of the anchor fragments
+RewriteEngine on
+RewriteBase /
+RewriteRule solr/books.html solr/resources.html#solr-books                      [R=301,NE]
+RewriteRule solr/discussion.html solr/resources.html#community                  [R=301,NE]
+RewriteRule solr/documentation.html solr/resources.html#documentation           [R=301,NE]
+RewriteRule solr/screenshots.html solr/features.html                            [R=301,NE]
+RewriteRule solr/solrnews.html solr/news.html                                   [R=301,NE]
+RewriteRule solr/tutorial.html solr/resources.html#tutorials                    [R=301,NE]
+RewriteRule solr/versioncontrol.html solr/resources.html#solr-version-control   [R=301,NE]
+RewriteRule solr/version_control.html solr/resources.html#solr-version-control  [R=301,NE]
+RewriteRule solr/mailing_lists.html solr/resources.html#community               [R=301,NE]
+
+
 # Simple redirect to "directory", so later rules match
 RedirectMatch temp /core/api$ /core/api/
 RedirectMatch temp /solr/api$ /solr/api/