On Mon, 30 Jul 2001, Perrin Harkins wrote:

> > But if I go to http://www.buildreferrals.com/rotatorstats.asp?login=pmak0
> > (that's the same URL, but with a query string added), then I get a "404
> > Not Found" error.
>
> Of course you do. Your regex ^/(.*)\.asp doesn't match that URL with
> the query string.

Why not? I did not put a "$" at the end of the regexp so it should still
match. I've also tried:

RewriteRule ^/(.*)\.asp(.*) http://66.33.85.239/$1.asp$2 [p]

but got the same "404 Not Found" error.

Reply via email to