RE: index.cfm problem

2012-06-12 Thread Rick Faircloth

Chrome, I think it was, started doing the same thing to me
a few days ago.  I just rebooted my computer and it cleared
up the glitch.

-Original Message-
From: Byte Me [mailto:byteme...@verizon.net] 
Sent: Tuesday, June 12, 2012 8:08 AM
To: cf-talk
Subject: index.cfm problem


Hello, recently, when I try to view localhost/index.cfm in Google Chrome,
the "Save As" dialogue box pops up, but if I rename it indexx.cfm it
displays properly. Index.cfm files in the WWW display properly in Chrome. I
have uninstalled/reinstalled Chrome, which did not fix it. If anyone has had
this problem before, could you tell me how you fixed it. BTW,
localhost/index.cfm displays properly in Fifefox & Internet Explorer. Thanks
for your help. 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351555
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


index.cfm problem

2012-06-12 Thread Byte Me

Hello, recently, when I try to view localhost/index.cfm in Google Chrome, the 
"Save As" dialogue box pops up, but if I rename it indexx.cfm it displays 
properly. Index.cfm files in the WWW display properly in Chrome. I have 
uninstalled/reinstalled Chrome, which did not fix it. If anyone has had this 
problem before, could you tell me how you fixed it. BTW, localhost/index.cfm 
displays properly in Fifefox & Internet Explorer. Thanks for your help. 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351554
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Index.cfm problem again

2003-08-28 Thread DeMarco, Alex
Thanks for the info Pat, but I do have the permissions set correctly
Everyone Read, note that not only do I get the 404 error but when I try to
run the index.cfm and redirects into /cfide/administrator and returns the
404 along with a jrun servlet error(there is no virtual dir to cfide)

- Alex

-Original Message-
From: pat forbes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 4:06 PM
To: CF-Talk
Subject: Index.cfm problem again


I had the exact same problem... index.cfm failed with 404, renamed to
index.htm and it worked.   But, all fixed now.

Someone had run a "hardening" program on the IIS server and it changed the
permission settings on the directory that had .cfm files in it.  

For any website that has cold fusion (.cfm files) on IIS, you must set the
sharing permissions to also allow "Everyone Read".  Once you do that, the
cold fusion file will run fine.

Don't forget to let the permissions propagate down thru the sub directories
or you'll be back again doing each one of them.

Understand??

ps: I didn't see an answer here so if I overlooked it and someone already
answered the question, sorry for the duplicate...

-pat- 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Index.cfm problem again

2003-08-28 Thread B.H. Forbes
>Not to be too picky, but I'd recommend that you use the "Authenticated
>Users" group, or better yet, just the IUSR_MACHINENAME account if
possible -
>if you're not using Windows authentication - instead of "Everyone".

>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444


both of those "users" had permissions on my cf dirs but, still got the 404
error.  Once I made "everyone read only", things worked as they should.
Just giving my experience and what I saw.

-pat-

--
>Subject: RE: Index.cfm problem again
> Someone had run a "hardening" program on the IIS server and
> it changed the permission settings on the directory that had
> .cfm files in it.
>
> For any website that has cold fusion (.cfm files) on IIS, you
> must set the sharing permissions to also allow "Everyone
> Read".  Once you do that, the cold fusion file will run fine.
>
> Don't forget to let the permissions propagate down thru the
> sub directories or you'll be back again doing each one of them.


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Index.cfm problem again

2003-08-28 Thread Dave Watts
> both of those "users" had permissions on my cf dirs but, 
> still got the 404 error. Once I made "everyone read only", 
> things worked as they should. Just giving my experience
> and what I saw.

Well, I can tell you from my experience that you can limit access using
IUSR_MACHINENAME or "Authenticated Users" instead of "Everyone". So, there's
probably something else about that machine that has been changed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread Dave Watts
> Someone had run a "hardening" program on the IIS server and 
> it changed the permission settings on the directory that had 
> .cfm files in it.  
> 
> For any website that has cold fusion (.cfm files) on IIS, you 
> must set the sharing permissions to also allow "Everyone 
> Read".  Once you do that, the cold fusion file will run fine.
> 
> Don't forget to let the permissions propagate down thru the 
> sub directories or you'll be back again doing each one of them.

Not to be too picky, but I'd recommend that you use the "Authenticated
Users" group, or better yet, just the IUSR_MACHINENAME account if possible -
if you're not using Windows authentication - instead of "Everyone".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Index.cfm problem again

2003-08-27 Thread pat forbes
I had the exact same problem... index.cfm failed with 404, renamed to index.htm and it 
worked.   But, all fixed now.

Someone had run a "hardening" program on the IIS server and it changed the permission 
settings on the directory that had .cfm files in it.  

For any website that has cold fusion (.cfm files) on IIS, you must set the sharing 
permissions to also allow "Everyone Read".  Once you do that, the cold fusion file 
will run fine.

Don't forget to let the permissions propagate down thru the sub directories or you'll 
be back again doing each one of them.

Understand??

ps: I didn't see an answer here so if I overlooked it and someone already answered the 
question, sorry for the duplicate...

-pat-
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
DOH! You mean Application Setting removed right?  Yup it is.. 

Sorry I had a brain fart..

- Alex

-Original Message-
From: DeMarco, Alex 
Sent: Wednesday, August 27, 2003 10:07 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread Mike Townend
If you go into the properties of the Virtual Dir, on the main tab in the
"Application Settings" section there is space for an Application Name.  If
this is greyed out and a create button then you should be fine.  If the
Application Name is edittable there will be a remove button next to it,
click the remove button.

HTH



-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 15:07
To: CF-Talk
Subject: RE: Index.cfm problem again


The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Index.cfm problem again

2003-08-27 Thread Mike Townend
Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: Index.cfm problem

2003-08-27 Thread Thomas Chiverton
On Tuesday 26 Aug 2003 13:59 pm, DeMarco, Alex wrote:
> index.cfm to index1.cfm and repoint IIS it works fine.  If I go directly to
> http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
> to /CFIDE/administrator/index.cfm with a 404 error.

That's what the default index.cfm dropped by the CF installer does - redirects 
you to the administrator.

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: Index.cfm problem

2003-08-26 Thread info
update to cfmx 6.1 ... it's free, and a lot of fixes... 

create a new website in IIS pointing to the same directory, test the new site -- if it 
works, drop the old site and put the ip address and header info in the new site. 

hth

Isaac 


-- Original Message -- 
From: DeMarco, Alex <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Aug 26, 2003 08:59 AM
Subject: Re: Index.cfm problem

>Very strange problem.  We run a variety of .cfm pages, we decided to convert
>our homepage over from index.html to index.cfm, when I point IIS to run
>index.cfm and the default page we get a 404 error, if I rename the index.cfm
>to index1.cfm and repoint IIS it works fine.  If I go directly to
>http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
>to /CFIDE/administrator/index.cfm with a 404 error.
>
>What could be causing this?  The IIS settings look fine, if I copy the
>index.cfm to another website on the same box and point to it everything is
>fine.
>
>JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k
>
>Suggestions?
>
>- Alex
>
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Index.cfm problem

2003-08-26 Thread DeMarco, Alex
Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm