Re: URL's with variables

2004-08-24 Thread Ewok
ument in IIS. I dont know what else to say to explain that it is the default document in IIS.   - Original Message -   From: Hugo Ahlenius   To: CF-Talk   Sent: Tuesday, August 24, 2004 7:52 AM   Subject: RE: URL's with variables   |there is only one index.cfm in the entire

Re: URL's with variables

2004-08-24 Thread S . Isaac Dealey
The only time I've ever seen a problem with it is if I accidentally left the trailing / off of the directory name. Doesn't mean there can't be problems even when the / is there. I think most (all?) webservers are capable of supporting this, so in an instance where there is a problem I'd bank on it

Re: URL's with variables

2004-08-24 Thread Mike Alberts
I had problems doing this a long time ago. I develop on Win/Apache and the production environment was NT/IIS and it didn't like not having the document name and caused errors. I never bothered to see if it could be 'fixed' in the IIS config, just went back to using index.cfm. It WAS on NT, so it wa

RE: URL's with variables

2004-08-24 Thread Hugo Ahlenius
|there is only one index.cfm in the entire site and that is the |default doc for the site in IIS But the question is -- does IIS return (or redirect to) index.cfm when no file is specified or just a "?" given: http://host/dir/ http://host/dir/? Perhaps it is looking for default.htm/asp, and not

Re: URL's with variables

2004-08-24 Thread Ewok
there is only one index.cfm in the entire site and that is the default doc for the site in IIS   - Original Message -   From: Hugo Ahlenius   To: CF-Talk   Sent: Tuesday, August 24, 2004 1:43 AM   Subject: Re: URL's with variables   Have you ruled out the web-server? It shoul

Re: URL's with variables

2004-08-24 Thread Ewok
- Original Message -   From: Hugo Ahlenius   To: CF-Talk   Sent: Tuesday, August 24, 2004 1:43 AM   Subject: Re: URL's with variables   Have you ruled out the web-server? It should (in theory) work in any   browser, they are just using a text-based reference to an information s

Re: URL's with variables

2004-08-23 Thread Hugo Ahlenius
http://www.grida.no - Original Message From: "Ewok" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 00:39 Subject: URL's with variables | I am just curious to kow if a

Re: URL's with variables

2004-08-23 Thread Ewok
MM seems to do it rather well. Oh well.. guess im stickin to the old fashioned way   - Original Message -   From: Nando   To: CF-Talk   Sent: Monday, August 23, 2004 7:56 PM   Subject: Re: URL's with variables   I've heard there are problems that arise in certain browser

Re: URL's with variables

2004-08-23 Thread Nando
To: CF-Talk >  Sent: Monday, August 23, 2004 7:02 PM >  Subject: Re: URL's with variables > >  i think i had a similar problem in older versions of Netscape, maybe THEY (whoever is testing) has netscape, or an older browser? I don't know what else would cause that... >

Re: URL's with variables

2004-08-23 Thread Ewok
From: joe velez   To: CF-Talk   Sent: Monday, August 23, 2004 7:02 PM   Subject: Re: URL's with variables   i think i had a similar problem in older versions of Netscape, maybe THEY (whoever is testing) has netscape, or an older browser? I don't know what else would cause that... [Todays

Re: URL's with variables

2004-08-23 Thread joe velez
i think i had a similar problem in older versions of Netscape, maybe THEY (whoever is testing) has netscape, or an older browser? I don't know what else would cause that... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

URL's with variables

2004-08-23 Thread Ewok
I am just curious to kow if anyone knows first hand of any problems when it comes to using or not using the document name in a url with variables... example: site.com/index.cfm?somevar=value is the same as site.com/?somevar=value I just did an entire site this way and it worked just fine on t