Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-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 034E118D8E for ; Sun, 8 Nov 2015 14:52:28 +0000 (UTC) Received: (qmail 59448 invoked by uid 500); 8 Nov 2015 14:52:27 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 59410 invoked by uid 500); 8 Nov 2015 14:52:27 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 59401 invoked by uid 99); 8 Nov 2015 14:52:27 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2015 14:52:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7F67C180185 for ; Sun, 8 Nov 2015 14:52:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id LL7KNgTUQjy5 for ; Sun, 8 Nov 2015 14:52:26 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id B1F5123053 for ; Sun, 8 Nov 2015 14:52:26 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 415C9E043E for ; Sun, 8 Nov 2015 14:52:26 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1ABB03A0472 for ; Sun, 8 Nov 2015 14:52:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r971757 - /websites/production/felix/content/.htaccess Date: Sun, 08 Nov 2015 14:52:26 -0000 To: commits@felix.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151108145226.1ABB03A0472@svn01-us-west.apache.org> Author: bimargulies Date: Sun Nov 8 14:52:25 2015 New Revision: 971757 Log: remove redirect; website exploded. Modified: websites/production/felix/content/.htaccess Modified: websites/production/felix/content/.htaccess ============================================================================== --- websites/production/felix/content/.htaccess (original) +++ websites/production/felix/content/.htaccess Sun Nov 8 14:52:25 2015 @@ -1,16 +1,3 @@ ErrorDocument 403 /errors/403.html ErrorDocument 404 /errors/404.html -RewriteEngine on - -# if file is not found in CMS content, look into components -RewriteCond %{REQUEST_URI} !^/components/ -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ /components/$1 [C] - -# in case of directory without trailing /, do the redirect or httpd -will do a redirect from /foo to /components/foo/ -RewriteCond %{REQUEST_FILENAME} -d -RewriteCond %{REQUEST_URI} !/$ -RewriteRule components/(.*) /$1/ [R]