Assuming that your document root begins at "/local", something like this might work.
FILEALIAS /local/content/index/([\d]*),([\d]*),([\d]*)-* /local/content/index/$3
This assumes that the "0", "3222", and "143" in your example are fields of variable lengths.
For the second position, something like this might work.
FILEALIAS /local/content/index/([\d]*),([\d]*),([\d]*)-([\d]*)-* /local/content/index/$4
Hope that helps,
-- Duke
Robert Klerer wrote:
I use vignette and the urls are formatted with parameters in the URL like:
http://mysite.com/local/content/index/0,3222,143-1408-2292---Name_1,00.html
where the 143-1408-2292 are different parameters to generate different pages. I want to report on each of these numbers. For example, the different numbers in the first position (143 in this instance) and the number of urls with that and the other numbers in the that position. I would want a second report for the second number and the number of hits for each value and so forth.
Thank you for your suggestions.
Robert Klerer
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------