Are you trying to make things more dynamic or just rewrite this one URL? If it's just this one, you should be able to put the raw values in an escape any regex special characters - like \? for ?.
Matt On 10/18/07, ros <[EMAIL PROTECTED]> wrote: > > Hi! > > What regular expression can be used to rewrite this URLs: > > from /faq/LANG1/index.html?locale=LANG2 to > /faq/LANG2/index.html?locale=LANG2 > > from /faq/LANG1/foo/index.html?locale=LANG2 to > /faq/LANG2/foo/index.html?locale=LANG2 > > > Thanks! > -- > View this message in context: > http://www.nabble.com/urlrewrite-tf4646656s2369.html#a13273518 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
