Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4844710691 for ; Wed, 18 Dec 2013 15:43:35 +0000 (UTC) Received: (qmail 74581 invoked by uid 500); 18 Dec 2013 15:43:25 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 74481 invoked by uid 500); 18 Dec 2013 15:43:16 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 74463 invoked by uid 99); 18 Dec 2013 15:43:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 15:43:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hong_ye@cable.comcast.com designates 69.241.43.119 as permitted sender) Received: from [69.241.43.119] (HELO cable.comcast.com) (69.241.43.119) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 15:43:07 +0000 Received: from ([24.40.56.115]) by pacdcavout01.cable.comcast.com with ESMTP id 97wm3m1.76629863; Wed, 18 Dec 2013 10:42:43 -0500 Received: from PACDCEXMB14.cable.comcast.com ([169.254.1.190]) by PACDCEXHUB02.cable.comcast.com ([fe80::492e:3fa1:c2ad:e04e%13]) with mapi id 14.02.0318.001; Wed, 18 Dec 2013 10:42:43 -0500 From: "Ye, Hong" To: "dev@trafficserver.apache.org" Subject: Use regex_remap to do URL redirect in ats 4.0.1 Thread-Topic: Use regex_remap to do URL redirect in ats 4.0.1 Thread-Index: AQHO/AfKMIhF4ELpS0yOrDW8ZqrooQ== Date: Wed, 18 Dec 2013 15:42:42 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 x-originating-ip: [24.40.56.164] x-wiganss: 0100000001001EPACDCEXHUB02.cable.comcast.com ID0048 Content-Type: multipart/alternative; boundary="_000_D804D1B294E27B47BA620C4771D0CBD57616A7A4PACDCEXMB14cabl_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_D804D1B294E27B47BA620C4771D0CBD57616A7A4PACDCEXMB14cabl_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi James, Leif and anyone: I am still having problem to make following URL redirect working in 4.0.1. = I need to make following source URL: http://xfinity.net to be redirected (regex) to following: ^/x1platform(.*) https://spectrum.comcast.net/webportal/ @status=3D301 ^/x1(.*) http://xfinity.comcast.net/x1/ @status=3D301 ^/(.*) http://xfinity.comcast.net @status=3D301 Could you please share your opinion how I should make it work? Best Regards Hong Ye DNS, Product Engineering Comcast National Engineering & Technical Operations Desk: 215-286-4488 Cell: 267-273-8368 --_000_D804D1B294E27B47BA620C4771D0CBD57616A7A4PACDCEXMB14cabl_--