homerUK
03-31-2006, 09:21 AM
hi..
I've recently setup apache with an alias to my network drive, so when I type
localhost/work/
it will fetch the network address
//marge/share/www/
when I type
localhost/work/index.php
I get the following error:
Warning: Failed opening '//marge/share/www/index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
Is there a setting in PHP which I need to change for it to have access to my drive? or am I missing something??
(the index.php file has "hello" as the contents.. that's all!)
thanks for any help
I've recently setup apache with an alias to my network drive, so when I type
localhost/work/
it will fetch the network address
//marge/share/www/
when I type
localhost/work/index.php
I get the following error:
Warning: Failed opening '//marge/share/www/index.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
Is there a setting in PHP which I need to change for it to have access to my drive? or am I missing something??
(the index.php file has "hello" as the contents.. that's all!)
thanks for any help