Page 2 of 2
Posted: Sat Jul 15, 2006 10:21 pm
by vchris
I removed the application.cfm file and still doesn't work... I'll check the cf forums.
Posted: Mon Jul 17, 2006 4:58 pm
by vchris
Seems like they don't answer on the adobe forum... Anyway I'm trying to have php work. I can see the php in my wwwroot folder but as soon as I put the file in a folder I can't the it anymore. The error shown is 404 file not found but I have checked and I have the correct path. I bet this has to do with IIS...
Posted: Mon Jul 17, 2006 5:30 pm
by Burrito
so you can't even parse php files outside of the root folder now?
Posted: Mon Jul 17, 2006 5:31 pm
by RobertGonzalez
Do folders have different permissions that files in CF? It sounds like a permissions thing when you can do stuff with a file but can't when that same file is in a folder?
Posted: Mon Jul 17, 2006 6:10 pm
by vchris
Everah: I changed the permission for the whole wwwroot folder to full control and I still can't view them. Wouldn't it be somekind of setting with IIS?
Posted: Mon Jul 17, 2006 6:23 pm
by RobertGonzalez
That could very well be. It might be the IUSR setting on that (virtual) folder from with the IIS control panel. I am really unfamiliar with IIS but I think I had to do something like that when I installed IIS on my WinXP machine before I could serve up .NET pages.
Posted: Mon Jul 17, 2006 7:55 pm
by Burrito
so you can't even parse php files now is that correct? were you able to (in subdirectories) before you installed cf?
Posted: Mon Jul 17, 2006 8:17 pm
by vchris
I can parse php files but only in the wwwroot folder, if they're in a subdirectory I can't parse them.
Posted: Mon Jul 17, 2006 8:20 pm
by Burrito
did this start after you installed cf, or was it always like this?
if you've checked permissions on the folder and IUSR has at least read, the only other thing I could suggest looking at would be to see if you have virtual directories set up in IIS for the folders in question. That would really be the only way that IIS would override windows permissions on a folder.
Posted: Mon Jul 17, 2006 8:30 pm
by vchris
If I remember correctly I didn't have this issue before installing CF. The permissions on the folder I'm trying to view has Read for IUSR. In IIS I can see my test folder so that's a virtual folder right?
Posted: Mon Jul 17, 2006 8:32 pm
by Burrito
unless you've explicitly set you're folder up as a 'virtual directory' then that's not what I'm talking about.
I guess, I'd try uninstalling CF to see if that makes a difference...although I have no idea how it could. But that seems like the most logical step if that's when you first started noticing this issue.
Posted: Wed Jul 19, 2006 3:04 pm
by vchris
Uninstalled CF and still doesn't work...
Firefox says "Firefox can't establish a connection to the server at localhost."
Posted: Thu Jul 20, 2006 8:38 pm
by vchris
Any ideas anyone?