Re: url path problem when running a CF site on my local computer

2012-03-27 Thread Russ Michaels
Enterprise combines great features with an affordable price. .. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, March 26, 2012 3:11 PM To: cf-talk Subject: Re: url path

RE: url path problem when running a CF site on my local computer

2012-03-26 Thread Nick Gleason
-Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, March 25, 2012 2:14 AM To: cf-talk Subject: Re: url path problem when running a CF site on my local computer you need to put your website in the root and not inside a test folder so that your links

Re: url path problem when running a CF site on my local computer

2012-03-26 Thread Matt Quackenbush
] Sent: Sunday, March 25, 2012 2:14 AM To: cf-talk Subject: Re: url path problem when running a CF site on my local computer you need to put your website in the root and not inside a test folder so that your links work. Otherwise you will need to make your links relative to the page

Re: url path problem when running a CF site on my local computer

2012-03-26 Thread Russ Michaels
, that would certainly be appreciated. Best, Nick -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, March 25, 2012 2:14 AM To: cf-talk Subject: Re: url path problem when running a CF site on my local computer you need to put your

RE: url path problem when running a CF site on my local computer

2012-03-26 Thread Nick Gleason
: url path problem when running a CF site on my local computer set each of your sites to use dev.yourdomain.com run notepad as administrator now open the file c:\windows\system32\drivers\etc at the bottom of this file enter 127.0.0.1 dev.yourdomain.com repeat for additional

Re: url path problem when running a CF site on my local computer

2012-03-25 Thread Russ Michaels
you need to put your website in the root and not inside a test folder so that your links work. Otherwise you will need to make your links relative to the page they are on or include /text/ in the link, which is not really a good solution. If you are running windows 7 then you get the full version

RE: url path problem when running a CF site on my local computer

2012-03-25 Thread Nick Gleason
into upgrading to Windows 7 (I'm on vista). Nick -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, March 25, 2012 2:14 AM To: cf-talk Subject: Re: url path problem when running a CF site on my local computer you need to put your website in the root

Re: url path problem when running a CF site on my local computer

2012-03-25 Thread Russ Michaels
...@michaels.me.uk] Sent: Sunday, March 25, 2012 2:14 AM To: cf-talk Subject: Re: url path problem when running a CF site on my local computer you need to put your website in the root and not inside a test folder so that your links work. Otherwise you will need to make your links

url path problem when running a CF site on my local computer

2012-03-24 Thread Nick Gleason
Hi folks, Kind of a noob question here. I'm setting up our application to run locally on my laptop so I can use the debugger in CF Builder 2. I'm running CF9 and SQL Server 2008 R2. I've managed to get the site to display locally in a web browser using the built in web server. I get it to

Re: url path problem when running a CF site on my local computer

2012-03-24 Thread Andrew Scott
The problem is that the directory test is just that a directory in the root of the web server, when you define your links I am guessing that you are using href=/ and then followed by whatever you wish to link too. Because the webserver (internal ColdFusion) sees this as a normal directory, then

URL Path question

2010-06-17 Thread fun and learning
Hi All - I have a dropdown which calls a javascript function on onchange event. The onchange function is as follows: function on_change(arg1) { document.forms[0].action = Include/index.cfm?var1= + arg1; document.forms[0].method = post;

Re: URL Path question

2010-06-17 Thread Michael Grant
Change this: document.forms[0].action = Include/index.cfm?var1= + arg1; To this: document.forms[0].action = /Include/index.cfm?var1= + arg1; On Thu, Jun 17, 2010 at 10:40 AM, fun and learning funandlrnn...@gmail.comwrote: Hi All - I have a dropdown which calls a javascript function on

Re: URL Path question

2010-06-17 Thread Robert Landsmeer
Hi there, My guess would be that the first line in your function should become document.forms[0].action = /Include/index.cfm?var1= + arg1; (note the starting slash) This is ebcause of how urls work. In short if you don't start with a slash it will open it in the current directory while if you

URL Path ?

2004-05-05 Thread Bailey, Neal
the url path shown in the browser at the time the bot/spider hits the page. Thanks. Neal Bailey Internet Marketing Manager E-mail:mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

URL Path ?

2004-05-05 Thread Bert Dawson
, Neal [mailto:[EMAIL PROTECTED] Sent: 05 May 2004 15:31 To: CF-Talk Subject: URL Path ? Hey guys... I am trying to find a better way to grab the landing page URLTo be more specific I have a bot/spider tracker I built a long time ago and I want to update the way it tracks the pages it hits