Re: [EMAIL PROTECTED] Problem with '$123' in url, mod_rewrite or apache bug?

2008-02-23 Thread Patrick Ritchie
Wow don't I feel silly, that was it! Thanks Joshua. On Sat, Feb 23, 2008 at 11:47 AM, Patrick Ritchie <[EMAIL PROTECTED]> wrote: Hi, This pastie best expresses the problem I am encountering: http://apache.pastebin.ca/913221 For some reason a url like 'http://my.sever.com/viewFullItem$1

Re: [EMAIL PROTECTED] Problem with '$123' in url, mod_rewrite or apache bug?

2008-02-23 Thread Joshua Slive
On Sat, Feb 23, 2008 at 11:47 AM, Patrick Ritchie <[EMAIL PROTECTED]> wrote: > Hi, > > This pastie best expresses the problem I am encountering: > > http://apache.pastebin.ca/913221 > > For some reason a url like 'http://my.sever.com/viewFullItem$123' > > Is having the '$1' removed before I get

[EMAIL PROTECTED] Problem with '$123' in url, mod_rewrite or apache bug?

2008-02-23 Thread Patrick Ritchie
Hi, This pastie best expresses the problem I am encountering: http://apache.pastebin.ca/913221 For some reason a url like 'http://my.sever.com/viewFullItem$123' Is having the '$1' removed before I get a chance to process it. Now $1 looks to me like a regex back reference, but I'm not sure if