Why don't you use something like this:
http://www.sitename.com/category/dispay/categoryid_123/
http://www.sitename.com/category/dispay/categoryid_123/rankid_12/...
In this case you won't need to write a different rule for each circuit. Use the
first element for circuit name, second for the fuse and anything after that for
query parameters.
Thanks,
Salman Maqsood
Saltech Systems
> I'm using the ASAPI Rewrite to map friendly URLs to my fusebox
> application.
>
> I'm hoping somebody can help me with a rewrite rule to change:
>
> http://www.sitename.com/c123/anything.htm
>
> into this fusebox url:
>
> http://www.sitename.com/index.cfm?fuseaction=category.
> dispay&category_id=123.
>
> The friendly URLs will have a letter-number combination following the
> initial /... the text following the second / is for seo purposes only
> and is discarded. The first letter will represent the circuit (c for
> category, p for product, etc.) followed by an integer which is the id.
> I realize I will probably need a rewriterule statement for each
> circuit type.
>
> Thank you in advance for your assistance!!