On Tue, Nov 4, 2008 at 2:39 PM, Abhi <abhirama.bhat@xxxxxxxxx> wrote:
The scenario is:
I want to forward the request of this format
http://localhost/foo/moo.flv
to
http://bar.com/cgi-bin/outflv.pl?flv=moo.flv
If I have the following rule in my apache2.conf file it does not work.
ProxyPass /foo/ http://bar.com/cgi-bin/outflv.pl?flv=
Is there a way to achieve thisYes.RewriteRule /foo/(.*) http://bar.com/cgi-bin/outflv.pl?flv=$1 [P]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?