I'm running PHP 4.3 on a Windows 2000 server w/ IIS. I have php
installed on C: under a folder called 'php'. My website resides on
D:. I have a form on one of the pages in a subfolder in the site.
Whenever someone tries to submit the form, I get the following
message:
Warning: Unknown(D:\poli cy.msbanet.org\ nor_showpolicy. php): failed to
open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening
'D:\policy.msba net.org\nor_sho wpolicy.php' for inclusion
(include_path=' .;c:\php4\pear' ) in Unknown on line 0
The really weird thing is that the path in the address bar of the
browser is pointing to the root folder rather than the subfolder. Am
I missing a php.ini setting that redirects to the root folder?
Thanks,
Matt
installed on C: under a folder called 'php'. My website resides on
D:. I have a form on one of the pages in a subfolder in the site.
Whenever someone tries to submit the form, I get the following
message:
Warning: Unknown(D:\poli cy.msbanet.org\ nor_showpolicy. php): failed to
open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening
'D:\policy.msba net.org\nor_sho wpolicy.php' for inclusion
(include_path=' .;c:\php4\pear' ) in Unknown on line 0
The really weird thing is that the path in the address bar of the
browser is pointing to the root folder rather than the subfolder. Am
I missing a php.ini setting that redirects to the root folder?
Thanks,
Matt
Comment