how to resolve phpinfo() !!!!!!

Discussion in 'Technical' started by fake.death, Jun 20, 2010.

  1. fake.death

    fake.death New Member

  2. Hans

    Hans Moderator Moderator

    Create a file with the name info.php in your web with the following content:

    Code:
    <?php
    phpinfo();
    ?>
    Then in your browser point to this file, like:
    http://www.yourdomain.com/info.php
     
  3. fake.death

    fake.death New Member

  4. falko

    falko Super Moderator Howtoforge Staff

    Does the index page in your admin folder also contain the phpinfo(); function?
     

Share This Page