Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 77432 invoked by uid 500); 5 Jun 2003 13:57:48 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 77417 invoked from network); 5 Jun 2003 13:57:47 -0000 Received: from cilicia.pt.lu (194.154.192.49) by daedalus.apache.org with SMTP; 5 Jun 2003 13:57:47 -0000 Received: from [192.168.1.7] (pppoe58-luxdsl-210.pt.lu [213.166.58.210]) by cilicia.pt.lu (8.11.6/8.11.6) with ESMTP id h55DvjG31813 for ; Thu, 5 Jun 2003 15:57:46 +0200 Date: Thu, 05 Jun 2003 15:54:52 +0200 From: David Tonhofer To: users@httpd.apache.org Message-ID: <7637151.1054828492@[192.168.1.7]> X-Mailer: Mulberry/2.2.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Easy(?) mod_rewrite question Hi people, Just this: how do I tell mod_rewrite to URL-encode (escape) its rewritten URLs? Here's the case: We want to redirect everything to an SSL-ed site: RewriteEngine On RewriteRule ^/(.*) https://secure.host.com/$1 [L,R=301] But now a Bugzilla URL comes your way: /bugzilla/token.cgi?a=cfmpw&t=fsSd%40ZkT and it is rewritten,giving an access to the SSL-ed site but with the '%' escaped, i.e. the path becomes: /bugzilla/token.cgi?a=cfmpw&t=fsSd%2540ZkT Which causes Bad Boss Looks and other trouble. Does anyone know a workaround? Best regards, --David --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org