--- Krist van Besien <krist.vanbesien@xxxxxxxxx> wrote: > On Feb 13, 2008 3:44 PM, Charles Li > <cli168@xxxxxxxxx> 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 > > > > -- > krist.vanbesien@xxxxxxxxx > krist@xxxxxxxxxxxxx > 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: > users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: > users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: > users-help@xxxxxxxxxxxxxxxx > > 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx