Hi There,
I'm trying to do an include from one windows server to another both running the latest version of PHP.
I get an error back of
Warning: main([url]http://*****/test.html[/url]): failed to open stream: HTTP request failed! HTTP/1.1 401 Access Denied in e:\inetpub\wwwroot\v3\menu.php on line 114
Warning: main(): Failed opening 'http://*****/test.html' for inclusion (include_path='e:\inetpub\wwwroot\shared') in e:\inetpub\wwwroot\v3\menu.php on line 114
I've tried including both a php page and a html page both with the same error.
Is there anything i need to be aware of with IIS?
the code i'm using is pretty simple ;
$include_file = "http://*****/test.html" ;
include $include_file ;
both servers are on the same domain and all users have full ntfs access to the folders.
Many thanks
Mark