allow_url_include problem

Discussion in 'Programming/Scripts' started by netinial, Jun 21, 2011.

  1. netinial

    netinial New Member

    Hi guys,

    php situation like that
    allow_url_fopen On On
    allow_url_include On On

    include "http://www.centralyachtagent.com/snapins/seas_snyachts.php?".$_SERVER['QUERY_STRING'];

    does not working but

    echo @file_get_contents('http://www.centralyachtagent.com/snapins/seas_snyachts.php?'.$_SERVER["QUERY_STRING"]);

    is working I try almost every way.

    no error log warning or something. only white page

    what could be problem?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Please check with phpinfo(); if allow_url_fopen and allow_url_include are really enabled for your web site.
     
  3. netinial

    netinial New Member

    Thanks for your reply.

    Thanks for your reply.

    Falco as I write on first message. they are all ON but still same problem. And no error log or something.
     

Share This Page