apache - mod_rewrite not working as internal proxy -


I have a site that directs traffic to www.example.com 123.45.67.89, port 8080 Need to use mod_rewrite, this is the rewrite rule I am using via an internal proxy:

  RivetingIn on Rivet rules ^ (. *) $ Http://123.45.67.89 : 8080 / $ 1 [P]  

When I go to www.example.com/myurl, I receive the following error with 404:

Requested URL / myurl not on this server Was In.

This redirect works on our dev server, but not on production. Is this an Apache setting that I need to enable to do this work?

Thank you

You should be able to use it.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -