Re: CF and URL vars as folders?

2006-11-29 Thread Robertson-Ravo, Neil (RX)
Message- From: Scott Weikert To: CF-Talk Sent: Wed Nov 29 06:56:57 2006 Subject: Re: CF and URL vars as folders? Well thanks to Ray's blog entry, and the last comment on that page - I found SESConverter - http://developer.fusium.com/tools/ses.cfm A little hacking on it, to be able

Re: CF and URL vars as folders?

2006-11-29 Thread Scott Weikert
Robertson-Ravo, Neil (RX) wrote: If you are always going to use index.cfm would you be able to drop that as well? I've been pondering this one as well. With the SESconverter script I'm using, and I'm guessing with any CF-based solution - I'm betting, no. As you're depending on some code

Re: CF and URL vars as folders?

2006-11-29 Thread Tom Chiverton
On Wednesday 29 November 2006 15:34, Scott Weikert wrote: I was just thinking about this a few minutes ago - I don't know much about the Apache mod-rewrite method of doing this, but I'm wondering if part of that method involves Apache using a default script when none is specified. With CF,

CF and URL vars as folders?

2006-11-28 Thread Scott Weikert
Is there a way with CF to do what you can do with Apache's mod rewrite - to be able to pass a URL, say http://domain.com/x/y/z/ which would actually call the index.cfm file in the webroot, and then shuffle the x, y, and z values into variables, to mimic the normal style URL, i.e.

Re: CF and URL vars as folders?

2006-11-28 Thread Ryan Stille
Scott Weikert wrote: Is there a way with CF to do what you can do with Apache's mod rewrite - to be able to pass a URL, say http://domain.com/x/y/z/ which would actually call the index.cfm file in the webroot, and then shuffle the x, y, and z values into variables, to mimic the normal

RE: CF and URL vars as folders?

2006-11-28 Thread Russ
and URL vars as folders? Is there a way with CF to do what you can do with Apache's mod rewrite - to be able to pass a URL, say http://domain.com/x/y/z/ which would actually call the index.cfm file in the webroot, and then shuffle the x, y, and z values into variables, to mimic the normal style

Re: CF and URL vars as folders?

2006-11-28 Thread Josh Nathanson
is, it doesn't say in the code anywhere. Suffice to say it can be done. -- Josh - Original Message - From: Ryan Stille [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, November 28, 2006 2:49 PM Subject: Re: CF and URL vars as folders? Scott Weikert wrote: I found

Re: CF and URL vars as folders?

2006-11-28 Thread Scott Weikert
Something I neglected to mention - when I brought up Apache, I mentioned in as far as knowing there was a way to do it with that webserver - I'm currently on Windows 2000 server, not Apache. We *are* looking to migrate our service from Win2k server over to a Linux flavor, at which time I'd

RE: CF and URL vars as folders?

2006-11-28 Thread Munson, Jacob
Something I neglected to mention - when I brought up Apache, I mentioned in as far as knowing there was a way to do it with that webserver - I'm currently on Windows 2000 server, not Apache. Not to nitpick, but you /can/ run Apache on Windows. In fact, IIRC most public Apache web

Re: CF and URL vars as folders?

2006-11-28 Thread Scott Weikert
Munson, Jacob wrote: Something I neglected to mention - when I brought up Apache, I mentioned in as far as knowing there was a way to do it with that webserver - I'm currently on Windows 2000 server, not Apache. Not to nitpick, but you /can/ run Apache on Windows. In fact, IIRC

Re: CF and URL vars as folders?

2006-11-28 Thread Raymond Camden
using apache rewrite. Russ -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 5:42 PM To: CF-Talk Subject: CF and URL vars as folders? Is there a way with CF to do what you can do with Apache's mod rewrite - to be able to pass

Re: CF and URL vars as folders?

2006-11-28 Thread Charles Sheehan-MIles
code for blogCFC. I believe he uses something like this to allow for the blog urls, without using apache rewrite. Russ -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 5:42 PM To: CF-Talk Subject: CF and URL vars as folders

Re: CF and URL vars as folders?

2006-11-28 Thread Scott Weikert
Well thanks to Ray's blog entry, and the last comment on that page - I found SESConverter - http://developer.fusium.com/tools/ses.cfm A little hacking on it, to be able to (optionally) pass it a variable name list to check over and use instead of every other fake folder string, and it's