[EMAIL PROTECTED] mod_rewrite - query string appended to URL?

2008-07-18 Thread Philip Pemberton
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/

Re: [EMAIL PROTECTED] mod_rewrite query

2007-08-23 Thread Vincent Bray
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

[EMAIL PROTECTED] mod_rewrite query

2007-08-23 Thread Bhavin Patel
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