Hi guys,

Quick question that I hope has a quick answer.

I've just implemented an ISAPI URL rewrite filter to handle my user's
profile pages, e.g:

http://www.site.com/users/jamesa

This works by mapping the request to index.cfm?
event=page.profile&uid=jamesa

No problem with this. My issue arises when the username is unknown. My
controller determines this and sets a result called 'notValidUser'.
This is then set in the ModelGlue XML to redirect:

<result do="page.profile.nouser" name="notValidUser" redirect="true" /
>

The problem is that ModelGlue tries to redirect to:

http://www.site.com/users/index.cfm?event=page.profile.user

Notice the 'users' part in the path.

Is there anyway to force the redirect to call an absolute URL - i.e
www.site.com/index.cfm?event=page.profile.user?

I am using ModelGlue 2.

Thanks,
James.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
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/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to