On 5/23/05, Drew Nichols <[EMAIL PROTECTED]> wrote:
> RewriteMap lb prg:/etc/httpd/conf/lb.pl
> RewriteRule ^/(.+)$ ${lb:$1} [P,L]
> #RewriteRule ^/(.*) hello$1 [P,L]
> In the rewrite log I get
> (2) init rewrite engine with requested uri /
> (3) applying pattern '^/(.+)$' to uri '/'
> (1) pass through /
Well, the URI of "/" does not match the regular expression ^/(.+)$, so
no rewriting takes place. Note that the "+" indicates that there must
be at least one matching character following the /.
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]