
jeremy.wadsack at gmail
Nov 10, 2009, 3:26 PM
Views: 3049
Permalink
|
|
Re: Re: Reporting on elements in the request line
[In reply to]
|
|
On Tue, Nov 10, 2009 at 2:40 PM, Aengus <Analog07 [at] eircom> wrote: > > FILEALIAS /search?*client=*&*&site=*&* /$4?client=$2 > Also, note that depending on your backend code and how the URL's are created you may need to use two FILEALIAS commands to catch all of this: FILEALIAS /search?*client=*&*&site=*&* /$4?client=$2 FILEALIAS /search?*site=*&*&client=*&* /$2?client=$4 You could check your server logs and see if the parameters ever change order. -- Jeremy Wadsack
|