From owner-freebsd-questions@FreeBSD.ORG Mon May 3 20:09:32 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F8F7106564A for ; Mon, 3 May 2010 20:09:32 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-iw0-f180.google.com (mail-iw0-f180.google.com [209.85.223.180]) by mx1.freebsd.org (Postfix) with ESMTP id 089488FC15 for ; Mon, 3 May 2010 20:09:31 +0000 (UTC) Received: by iwn10 with SMTP id 10so3807776iwn.13 for ; Mon, 03 May 2010 13:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=1YIiiMggqYDfElytwaoOFw6B3Akh0S9+528lFPAbxYU=; b=kRvE/6qnw0ErsLeNZdkGV0+JUh+VAaS/UUB/2eS7GinhLzpg1GicSL9hQA/5dm5ICq wkjsa9+ucbNy8iyl/5pizmVVCA2KQadbjbDhL4OkuHaOMpGN7r/Q3DbESqm1+XORdFsr 7y4U4ueeO/o0WBnJRXo1636QBsRZN3fAZOTAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=gLYP/0TuwRDFTeglxWBfAVSt2jHrruD8zwrYDQxk42yiMOY3MF5FZiBP8N/w4ZiN9O gtcjvlI84s4Mbx/yRBWsS0/xwfiQ7SeDEUVnamFfK0LBq5arCfdJwOP39ix4cCI+t9B5 W/LyQOWyF/GF8XW70e4inTY2DMQQhV4U79lhc= MIME-Version: 1.0 Received: by 10.231.145.146 with SMTP id d18mr1917334ibv.16.1272917366952; Mon, 03 May 2010 13:09:26 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.231.77.168 with HTTP; Mon, 3 May 2010 13:09:26 -0700 (PDT) Date: Mon, 3 May 2010 13:09:26 -0700 X-Google-Sender-Auth: MMvGJfHaY4UDCceIzYmSNUqZlPY Message-ID: From: Chris Maness To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Apache URL Redirect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 20:09:32 -0000 I while back, I set up a podcast using wordpress. I did not use any special configuration, I just added the files as media, and the podcast software picked up the mp3's. However, now I would like to use a podcast plugin that adds all of the correct itunes tags. However, this changes the RSS URL from: http://podcast.rccoc.org/?feed=rss2 to: http://podcast.rccoc.org/?feed=podcast I have tried playing with some directives like: Redirect permanent /one http://example.com/two but they did not seem to work. I need apache to return 301 and the new URL. Any Ideas? Thanks, Chris Maness