Page 1 of 1
permissions issue
Posted: Tue Dec 06, 2005 3:03 pm
by JasonTC
On my IIS server, I have a handful of PHP files. I'm the author of all of them. Most of them I can view with no problem, but the one I uploaded most recently causes a login screen to pop up. Any idea how to fix this?
Thanks,
Jason
Posted: Tue Dec 06, 2005 3:11 pm
by hawleyjr
Sounds like the directory is protected. Check the .htaccess file in the directory.
Posted: Tue Dec 06, 2005 3:14 pm
by JasonTC
There is no .htaccess file in the directory.
Posted: Tue Dec 06, 2005 3:15 pm
by hawleyjr
JasonTC wrote:There is no .htaccess file in the directory.
I believe (If I remember correctly) the file is hidden.
Posted: Tue Dec 06, 2005 3:32 pm
by JasonTC
I already have my options set to view hidden files.
Posted: Tue Dec 06, 2005 3:57 pm
by Chris Corbyn
IIS === no .htaccess file.
Posted: Tue Dec 06, 2005 4:02 pm
by JasonTC
So what do I do?
Posted: Tue Dec 06, 2005 4:06 pm
by Chris Corbyn
JasonTC wrote:So what do I do?
Sorry I'm not really up on IIS configuration. If the login screen is opening in your browser then it's most likely a configuration with the server. Either that or there are some authentication headers set in the file?