Simple question

Discussion in 'Site & Server Administration' started by aditd, Feb 27, 2014.

  1. #1
    I have a hosting with access to the CPanel. How can I find from Cpanel or somewhere else what is the exact configuration of the hosting / server ?
     
    Solved! View solution.
    aditd, Feb 27, 2014 IP
  2. #2
    create a file in www dir called info.php put code inside that file

    <?php
    phpinfo();
    ?>
    Code (markup):
    then open www.domain.com/info.php
     
    HassanKhalid, Feb 27, 2014 IP
  3. aditd

    aditd Well-Known Member

    Messages:
    918
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    128
    Digital Goods:
    2
    #3
    It worked! Thank you.
     
    aditd, Feb 27, 2014 IP
  4. HassanKhalid

    HassanKhalid Active Member

    Messages:
    158
    Likes Received:
    6
    Best Answers:
    4
    Trophy Points:
    90
    #4
    You are welcome.
     
    HassanKhalid, Feb 27, 2014 IP