Re: Absolute Path Usage

2001-09-26 Thread Bruce Holm
for your help! Bruce Holm - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:04 AM Subject: RE: Absolute Path Usage If I was hosting with a company (and I've worked with many shared hosts and I use mappings

RE: Absolute Path Usage

2001-09-25 Thread Peter Tilbrook
Relative paths are recommended, if more for portability that anything else. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
... not very idea. Or just hard code the include path in each file on a file by file basis. Bruce - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 5:10 AM Subject: RE: Absolute Path Usage Relative paths are recommended

Re: Absolute Path Usage

2001-09-25 Thread Jeffry Houser
I didn't see the original post, so I'm jumping in the middle. At 08:15 AM 09/25/2001 -0700, you wrote: What I am wanting is a relative path but relative to the web root...for portability. I have an include file that I want to include by specifying the same path every time in all files in the

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
See below... - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:30 AM Subject: Re: Absolute Path Usage I didn't see the original post, so I'm jumping in the middle. .. The way I do this is by setting

Re: Absolute Path Usage

2001-09-25 Thread Chad Gray
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:30 AM Subject: Re: Absolute Path Usage I didn't see the original post, so I'm jumping in the middle. .. The way I do this is by setting a variable ( Either to the local scope or the request scope

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
for responding. Bruce - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 8:52 AM Subject: Re: Absolute Path Usage Im jumping into the middle also, but have to tried adding a mapping in the CFadministrator? I had to use

Re: Absolute Path Usage

2001-09-25 Thread Jeffry Houser
At 08:51 AM 09/25/2001 -0700, you wrote: See below... - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:30 AM Subject: Re: Absolute Path Usage I didn't see the original post, so I'm jumping in the middle

RE: Absolute Path Usage

2001-09-25 Thread Mark Stewart
, 2001 3:18 PM To: CF-Talk Subject: Re: Absolute Path Usage At 08:51 AM 09/25/2001 -0700, you wrote: See below... - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:30 AM Subject: Re: Absolute Path Usage I

RE: Absolute Path Usage

2001-09-25 Thread Owens, Howard
[EMAIL PROTECTED] AIM: GoCatGo1956 -Original Message- From: Bruce Holm [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 9:16 AM To: CF-Talk Subject: Re: Absolute Path Usage My hosting company controls the CF Server administration mapping. SInce they share the CF

Re: Absolute Path Usage

2001-09-25 Thread Stephenie Hamilton
want it, then you can use cfinclude template = /somename/templatename.cfm ~~ Stephenie Hamilton - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 1:04 PM Subject: RE: Absolute Path Usage If I was hosting

RE: Absolute Path Usage

2001-09-25 Thread Shawn Grover
, 2001 9:16 AM To: CF-Talk Subject: Re: Absolute Path Usage What I am wanting is a relative path but relative to the web root...for portability. I have an include file that I want to include by specifying the same path every time in all files in the hierarchy. So I put this include file in /global

RE: Absolute Path Usage

2001-09-25 Thread Jeffry Houser
and still have my header/menu display as I expected, with no changes. Hope this helps. Shawn Grover -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 9:16 AM To: CF-Talk Subject: Re: Absolute Path Usage What I am wanting is a relative path

RE: Absolute Path Usage

2001-09-25 Thread Dave Watts
cfinclude can only take relative paths. This isn't correct. You can use relative paths and absolute paths defined within the CF Administrator with CFINCLUDE. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ~~

RE: Absolute Path Usage

2001-09-25 Thread Mark Stewart
Not true. Use cf admin to set up your mappings. Mark -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 2:52 PM To: CF-Talk Subject: RE: Absolute Path Usage cfinclude can only take relative paths. To get around this issue with my

RE: Absolute Path Usage

2001-09-25 Thread Michael Wilson
they shouldn't be able to create mappings for their clients. HTH, Mike -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 12:16 PM To: CF-Talk Subject: Re: Absolute Path Usage My hosting company controls the CF Server administration

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
Hi Shawn, Would you be willing to post or send me directly a small example of this method? Thanks Bruce - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:51 AM Subject: RE: Absolute Path Usage cfinclude can

RE: Absolute Path Usage

2001-09-25 Thread Michael Wilson
Ya.. I would like to see this as well. TIA! Mike -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 4:50 PM To: CF-Talk Subject: Re: Absolute Path Usage Hi Shawn, Would you be willing to post or send me directly a small

RE: Absolute Path Usage

2001-09-25 Thread Shawn Grover
/td !--- SNIP --- -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 2:50 PM To: CF-Talk Subject: Re: Absolute Path Usage Hi Shawn, Would you be willing to post or send me directly a small example

RE: Absolute Path Usage

2001-09-25 Thread Andrew Scott
Do you have access to the cfregistry tag! Regards, Andrew Scott -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 26 September 2001 1:16 AM To: CF-Talk Subject: Re: Absolute Path Usage What I am wanting is a relative path but relative to the web root

RE: Absolute Path Usage

2001-09-24 Thread Gary P. McNeel, Jr.
You need a mapping setup in the CF Administrators by the hosting company, if they will do that for you. -Gary -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 11:30 AM To: CF-Talk Subject: Absolute Path Usage I have a NT based