Guest_imported
New member
- Jan 1, 1970
- 0
Using apache 1.13.14 with php4 latest revison on win nt 4.0
the following segment of code in php works on a php coder:-
$file1="i:/ate/util/$date_str.ut6";
if(copy($file1, "d:/temp/file1"==FALSE) die ("Can NOT gain access to remote tester file system 1 "
D drive in local and I is mapped remote drive.
However in internet explorer 4.0 running apahe gives this error:-
Warning: Unable to open 'i:/ate/util/011100.ut6' for reading: Permission denied in d:\Apache Group\Apache\htdocs/myindex.php on line 32
Can NOT gain access to remote tester file system 1
Apache can not gain access to any of my mapped drives.
Any ideas ??
the following segment of code in php works on a php coder:-
$file1="i:/ate/util/$date_str.ut6";
if(copy($file1, "d:/temp/file1"==FALSE) die ("Can NOT gain access to remote tester file system 1 "
D drive in local and I is mapped remote drive.
However in internet explorer 4.0 running apahe gives this error:-
Warning: Unable to open 'i:/ate/util/011100.ut6' for reading: Permission denied in d:\Apache Group\Apache\htdocs/myindex.php on line 32
Can NOT gain access to remote tester file system 1
Apache can not gain access to any of my mapped drives.
Any ideas ??