[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:43939] Re: phpのinclude



 <? include "http://exmple.com/test.php";;?>
 <? include "http://abc.exmple.com/test.php";;?>
は成功するが、
 <? include "http://test.com/test.php";;?>
では失敗するということでしょうか?

<? include "test.php";?>
には成功するんですが、
<? include "http://exmple.com/test.php";;?>
<? include "http://abc.exmple.com/test.php";;?>
には失敗するということです。


また、http://test.com/test.php はアクセス可能ということでしたが、
それはどの端末(もしくはサーバー)から確認したものなのでしょうか?

http://exmple.com/test.php をローカル内の
他のwindowsからみるとアクセスできてます。

やはりDebianの問題じゃないんですかね・・

yuyaitoh