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!!