You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by alex <al...@mail.citylink.com.au> on 1998/11/06 01:40:14 UTC

mod_rewrite/3350: the mod_rewrite has no reaction

>Number:         3350
>Category:       mod_rewrite
>Synopsis:       the mod_rewrite has no reaction
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Nov  5 16:50:01 PST 1998
>Last-Modified:
>Originator:     alexngan@mail.citylink.com.au
>Organization:
apache
>Release:        1.3.3 for win32
>Environment:
window nt 4 with apache 1.3.3 win32 
>Description:
=========Here is my httpd.conf setting==========

LoadModule rewrite_module modules/ApacheModuleRewrite.dll
.
.
.
Port 80
.
.
.
<VirtualHost 203.35.28.197>
DocumentRoot "e:/user/1"
ServerName www.mydomain.com
RewriteEngine on
RewriteCond %{HTTP_HOST}	^www\.[^.]+\.mydomain\.com$
RewriteRule	^(.+)		%{HTPP_HOST}$1	[C]
RewriteRule	^www\.([^.]+)\.mydomain\.com(.*)	/users/$1$2
RewriteLog logs/rewirte.log
RewriteLogLevel 9
</VirtualHost>
>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.

I searched the bug report it seems no one has reported 1.3.3 win32 has bug on the mod_rewrite. Please help, I have read through the apache server bible and cannot find the solution.

Do you think apache run in RedHat less bugs than NT4?

Thanks for advance.

Reagards
Alex
>Fix:
Do you think I should change my platform to RedHat?
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]