Hi,
I'm trying to track down an issue with a set of rewrite rules that I'm
using to convert links from www.mysite.com/dir/page (and /dir/page/)
format into a query-string for a script. To give a better example:
www.example.com/projects/foo=> /index.php?projects/foo
www.example.com/projects/
On 23/08/07, Bhavin Patel <[EMAIL PROTECTED]> wrote:
> Basically I have two webservers in which one of is Apache 2.0.52 webserver
> used for proxy server.
That's ancient. Can't you upgrade?
> Now other server internally servers the request and I need to rewrite url by
> mod_rewrite.
>
> But the t
Hi,
I have one doubt bout mod_rewrite query.
I am using mod_rewrite module with mod_proxy plugin.
Basically I have two webservers in which one of is Apache 2.0.52 webserver
used for proxy server.
I have added proxy like
ProxyPass / http://host:port/
ProxyPassReverse / http://host