Hi Matthew,

Thank you for your response. My message was long and involved, but the
problem is complex and difficult to describe. I'm not trying to
rewrite anything after a ? in the input URL; instead, I'm trying to
figure out how to make Mach-II's SES features work as the
documentation describes.

To restate, I'm trying to make an input URL that comes in to Apache
like this:

(a.) 
http://example.com/moduleName/eventName/paramName/paramValue/param2Name/param2Value/

To be rewritten like this for ColdFusion/Mach-II:

(b.) 
http://example.com/index.cfm/moduleName/eventName/paramName/paramValue/param2Name/param2Value/

Right now, my rewrite rule takes the input one above and turns it into
a URL like this:

(c.) 
http://example.com/index.cfm?event=moduleName/eventName/paramName/paramValue/param2Name/param2Value/

Which passes to the right module and event, but the params after the
eventName are ignored.

The docs seem to show that (b.) should work, but I can't see how for
the reasons shown in my earlier message. I'm looking forward to
hearing more as this is a blocker for my current project.

Thanks!

Doug

On Jul 8, 5:47 pm, Matthew <[email protected]> wrote:
> Hi Doug
>
> I don't have time to read your full post however a quick comment
> regarding the re write rules. I've found in the past that anything
> after the "?" character doesn't re write. I use ISAPI ReWrite in IIS
> so not sure if it has the same problems Apache. Just a thought because
> I ran into this problem as well. Just do a simple test to test me
> issue.
>
> Cheers
> MAtthew
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to