The trouble is that you need something to go off of in order to know that you need to rewrite the URL. (No pun was intended)
The "go" in the URL tells the rewrite rule that this URL needs to be picked up, taken apart and sent somewhere else. The go.cfm page does the work of actually taking the string from the URL and matching it up with the content id in the database. You can change "go" in your URLs and your rewrite rule and rename the go.cfm to whatever you like, but its still got to be there for it to work. You could potentially take the code from go.cfm, put it into one of the Application.cfm files and do some jiggery pokery in much the same way that Ray Camden does with friendly URL in BlogCFC. Using this you could probably end up with index.cfm/my/friendly/url but how much work this would be I'm not sure. Stephen On 09/06/06, Troy Simpson <[EMAIL PROTECTED]> wrote: > > I wish I could answer this for you. > But I need to figure this problem out also. > > Troy > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev -~----------~----~----~----~------~----~------~--~---
