Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
It can also be done without using cfscript: It can also be done without using   method="get"   resolveurl="true"> cforum/balancingact/", "content2.cfm?id=", "All")> @ "content.cfm" [Read only] 27 lines, 994 characters cforum/balancingact/", "content2.cfm?id=", "All")> "0">   

Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
Maybe this will be helpful. This was code I used to rewrite bulletin boards stripped down to just messages and made local using variables. I used the rereplace function:   method="get"   resolveurl="true"> // Modify all links to local second agent page with variable links = ReReplaceNoCase(#cfh