|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-10 06:38 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 05:00:01 2025 UTC |
short description of environment. I am requesting from win32 browser to linux webapplication. i defined a subdomain in hosts file (win32) that points to the linux server. following line: $fp = @fopen ("http://mgwdev.logelinux/index.php", "r"); this returns false even i know that this url is correct. i typed it 100 times in the browser. This line $fp = @fopen ("http://logelinux/moregroupware_dev/index.php", "r"); will return true, but its the same location. mgwdev.logelinux is a virtual host in apache. I am a little bit clueless. I didnt found any comments on this. I hope i am not weird.