Hi guys,

I need your help writing rules for my coldfusion/fusebox application. I've 
installed Helicon rewrite engine and am using IIS webserver.


I want to convert the following link:

/index.cfm?payment.home

to a SEO Safe url something like this:

/secure/payment/

(excluding the text "home")

However the url should include the fuseaction on all other pages for the 
"payment" circuit.

So for example, if I had a circuit.fuseaction called "payment.creditcard" or 
"payment.debitcard", I want the url to look like

/secure/payment/creditcard
/secure/payment/debitcard

RewriteRule /secure/payment/([a-zA-Z0-9]+)(.*) /index.cfm?go=payment\.$1 [PT] 
(This  is a basic rule that I have not yet tested, but you get the idea). This 
rule works for /secure/payment/creditcard and /secure/payment/debitcard but not 
for the example where I don't want to include "home". I hope this is making 
sense.

Any help on this query will be really appreciated.

Kind regards,
cfcoder




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299941
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to