On Tue, Nov 10, 2009 at 2:40 PM, Aengus <analo...@eircom.net> 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
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to