Got the following problem.
I have a Win2000 server with IIS installed running PHP and ASP.
My directory structure is
\intranetserver\website\icontrol\manuals\phpinfo.php
(as seen from the UNC server path, the page is reachable and working from http://icontrol)
Now in phpinfo.php I have the code
<?
phpinfo();
?>
What a suprise 😉 😃
But when I access that page on http://icontrol/manuals/phpinfo.php I get a blank empty page.
When I copy the file to \intranetserver\website\icontrol\phpinfo.php
and access the page on http://icontrol/phpinfo.php , the page is working and I see the PHP information.
I checked also the rights on the directory and they are the same.
And the strangest thing is when I create a .asp page on
\intranetserver\website\icontrol\manuals\index.asp and have a <a href ..... > to phpinfo.php on that same directory it is also working. But only one time, after a resfresh I get the same blank page again.
Someone an idea ?