Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 32432 invoked from network); 27 Apr 2006 18:50:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 18:50:38 -0000 Received: (qmail 19018 invoked by uid 500); 27 Apr 2006 18:50:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 19004 invoked by uid 500); 27 Apr 2006 18:50:26 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 18992 invoked by uid 99); 27 Apr 2006 18:50:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 11:50:26 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DATE_IN_PAST_12_24,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 11:50:23 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FZBYw-000225-7S for users@httpd.apache.org; Thu, 27 Apr 2006 20:50:02 +0200 Received: from p508dc624.dip.t-dialin.net ([80.141.198.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Apr 2006 20:50:02 +0200 Received: from brandt.stefan by p508dc624.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Apr 2006 20:50:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Stefan Brandt Date: Wed, 26 Apr 2006 22:58:19 +0200 Lines: 29 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p508dc624.dip.t-dialin.net User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: de-DE, de, en-us, en Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_rewrite: Prevent stripping of URL X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, when using mod_rewrite in an .htaccess-file (per-directory config files) Apache automatically strips the directories from the request URL. Is there any configuration option to influence this behaviour? In my steup the .htaccess file is stored in a subdirectory (for example /de/)of the DocumentRoot. When calling a URL like: http://myhost.com/de/en/index.html Apache strips the URL into "index.html". So the information about the current language (symbolized by the "/en/"-part in the URL) is lost. Is there a way to get this information "back" from the URL so i can pass it as a parameter to my CMS? Thanks for your help ... Regards Stefan Brandt --------------------------------------------------------------------- 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