|
| Don't know what newsgroup to use for this question.
I have IIS 5.0, FrontPage 2003, Apache, mysql installed. I am experiencing
file permission problems. If I set up file within the wwwroot to write to,
I receive file permission problems.
I use the browser and enter the html program which uses a php script to
receive input and write to a file. Yet I am having file permission problems
with file.
Warning: fopen(c:\inetpub\wwwroot/PHP Documents/orders.txt)
[function.fopen]: failed to open stream: Permission denied in
c:\Inetpub\wwwroot\PHP documents\test.php on line 65
Warning: flock() expects parameter 1 to be resource, boolean given in
c:\Inetpub\wwwroot\PHP documents\test.php on line 67
However if I set up file in C:\PHP Files and refer to it, I have no file
permission problem and am able to write to the file
I obtain the following when I look at properties on the php documents
folder.
"As a security measure Windows has disabled remote access to this computer."
To be honest, the terminology "computer" confuses me. Is it referring to
just the server here since I can write to file under C:\PHP Files?
Do I need to run the Network Setup Wizard?
Is the reason due to the security measure?
|
|