Hello, Currently, I have something like this in config file --
FILEALIAS /test/*.gif?*&rnd=*&* /test/$1.gif?$2&$4 FILEALIAS /test/*.gif?*&rnd=* /test/$1.gif?$2 FILEALIAS /test/*.gif?rnd=*&* /test/$1.gif?$3 (Thanks to Aengus for this configuration) This will get rid of cache buster rnd values and aggregate the request correctly. However, I've been getting requests with random parameters which I don't have any control over. I can't use FILEALIAS when there are multiple parameters to get rid of -- once it finds first FILEALIAS that can be applied to a request, it ignores rest of FILEALIAS configuration. Plus, I cannot anticipate all possible parameters that might come in. Is there any way to specify parameters I want when it aggregates data? Thanks, Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

