Wow, can't believe nobody's answered this yet.  

RewriteRule ^/secure/([^/]+)/*$ /index.cfm?$1.home      

Russ
> -----Original Message-----
> From: cf coder [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 27, 2008 4:30 AM
> To: CF-Talk
> Subject: Help with Rewrite Rule! (circuit.fuseaction)
> 
> 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:299977
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to