Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61E9A10400 for ; Tue, 4 Mar 2014 14:54:27 +0000 (UTC) Received: (qmail 7675 invoked by uid 500); 4 Mar 2014 14:54:26 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 7277 invoked by uid 500); 4 Mar 2014 14:54:22 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 7213 invoked by uid 99); 4 Mar 2014 14:54:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 14:54:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 14:54:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2D85123888D7 for ; Tue, 4 Mar 2014 14:54:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r899995 - /websites/production/cxf/content/.htaccess Date: Tue, 04 Mar 2014 14:54:00 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140304145400.2D85123888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: coheigea Date: Tue Mar 4 14:53:59 2014 New Revision: 899995 Log: Trying a RedirectMatch instead Modified: websites/production/cxf/content/.htaccess Modified: websites/production/cxf/content/.htaccess ============================================================================== --- websites/production/cxf/content/.htaccess (original) +++ websites/production/cxf/content/.htaccess Tue Mar 4 14:53:59 2014 @@ -20,7 +20,7 @@ Redirect Permanent /jaxrs /schemas/jaxrs Redirect Permanent /jaxws /schemas/jaxws.xsd Redirect Permanent /management /schemas/configuration/instrumentation.xsd Redirect Permanent /policy /schemas/policy.xsd -Redirect Permanent /services/XKMS/ /docs/xml-key-management-service-xkms +RedirectMatch 301 /services/XKMS(.*) /docs/xml-key-management-service-xkms Redirect Permanent /simple /schemas/simple.xsd Redirect Permanent /tools/plugin /schemas/plugin.xsd Redirect Permanent /transports/http-jetty/configuration /schemas/configuration/http-jetty.xsd