--- Krist van Besien <[EMAIL PROTECTED]>
wrote:
> On Feb 13, 2008 3:44 PM, Charles Li
> <[EMAIL PROTECTED]> wrote:
>
> > So, all I have to change is the R to a P?
> > Is this correct:
> >
> > RewriteEngine on
> > RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC]
> > RewriteRule ^/$ http://server:8888/basic.jsp
> [P]
>
> Yes.
>
> Krist
>
>
>
> --
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Bremgarten b. Bern, Switzerland
> --
> A: It reverses the normal flow of conversation.
> Q: What's wrong with top-posting?
> A: Top-posting.
> Q: What's the biggest scourge on plain text email
> discussions?
>
>
---------------------------------------------------------------------
> 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]
>
>
Seems to me these does the same thing, or am I wrong?
RewriteRule ^/basic$ http://server:8888/basic.jsp [P]
vs
ProxyPass /basic http://server:8888/basic.jsp
If yes, does it matter which one I use?
Thanks.
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
---------------------------------------------------------------------
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]