Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 25914 invoked by uid 6000); 6 Nov 1998 17:10:04 -0000 Received: (qmail 25761 invoked by uid 2001); 6 Nov 1998 17:10:01 -0000 Date: 6 Nov 1998 17:10:01 -0000 Message-ID: <19981106171001.25760.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Marc Slemko Subject: Re: mod_rewrite/3350: the mod_rewrite has no reaction Reply-To: Marc Slemko Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR mod_rewrite/3350; it has been noted by GNATS. From: Marc Slemko To: alex Cc: apbugs@hyperreal.org Subject: Re: mod_rewrite/3350: the mod_rewrite has no reaction Date: Fri, 6 Nov 1998 08:42:41 -0800 (PST) On 6 Nov 1998, alex wrote: > > DocumentRoot "e:/user/1" > ServerName www.mydomain.com > RewriteEngine on > RewriteCond %{HTTP_HOST} ^www\.[^.]+\.mydomain\.com$ Please try a simpler rewrite to see if it works at all. > RewriteRule ^(.+) %{HTPP_HOST}$1 [C] > RewriteRule ^www\.([^.]+)\.mydomain\.com(.*) /users/$1$2 > RewriteLog logs/rewirte.log > RewriteLogLevel 9 > > >How-To-Repeat: > I want to redirect the url http://www.myuser.mydomain.com to my local hard disk e:/user/1/users/myuser/index.html. > > But the mod_rewrite is not working. When I type the http://www.myuser.mydomain.com it just show up the e:/user/1/index.html to me. > > I view the rewrite log , it has logged nothing. You have it set to log to rewirte.log.